We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a7981 commit 64aa84bCopy full SHA for 64aa84b
eslint.config.mjs
@@ -25,10 +25,10 @@ export default tseslint.config(
25
"@typescript-eslint/no-explicit-any": "off",
26
"@typescript-eslint/no-non-null-assertion": "off",
27
"@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",
+ "no-extra-semi": "off",
+ "no-mixed-spaces-and-tabs": "off",
+ "no-new-native-nonconstructor": 1,
+ "no-new-symbol": "off",
32
"object-shorthand": "warn",
33
},
34
0 commit comments