Skip to content

Commit 64aa84b

Browse files
committed
Restore ESLint rules used for fixture tests.
1 parent c8a7981 commit 64aa84b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eslint.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ export default tseslint.config(
2525
"@typescript-eslint/no-explicit-any": "off",
2626
"@typescript-eslint/no-non-null-assertion": "off",
2727
"@typescript-eslint/non-nullable-type-assertion-style": "warn",
28-
// "no-extra-semi": "off",
29-
// "no-mixed-spaces-and-tabs": "off",
30-
// "no-new-native-nonconstructor": 1,
31-
// "no-new-symbol": "off",
28+
"no-extra-semi": "off",
29+
"no-mixed-spaces-and-tabs": "off",
30+
"no-new-native-nonconstructor": 1,
31+
"no-new-symbol": "off",
3232
"object-shorthand": "warn",
3333
},
3434
},

0 commit comments

Comments
 (0)