Skip to content

Commit

Permalink
Restore ESLint rules used for fixture tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsonvu committed Aug 17, 2024
1 parent c8a7981 commit 64aa84b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ export default tseslint.config(
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/non-nullable-type-assertion-style": "warn",
// "no-extra-semi": "off",
// "no-mixed-spaces-and-tabs": "off",
// "no-new-native-nonconstructor": 1,
// "no-new-symbol": "off",
"no-extra-semi": "off",
"no-mixed-spaces-and-tabs": "off",
"no-new-native-nonconstructor": 1,
"no-new-symbol": "off",
"object-shorthand": "warn",
},
},
Expand Down

0 comments on commit 64aa84b

Please sign in to comment.