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 7e2fcb8 commit 8c04247Copy full SHA for 8c04247
eslint.config.js
@@ -102,7 +102,7 @@ export default defineConfig([
102
'no-unsafe-finally': 1,
103
'no-unsafe-negation': [1, { enforceForOrderingRelations: true }],
104
'no-unsafe-optional-chaining': [1, { disallowArithmeticOperators: true }],
105
- 'no-unused-private-class-members': 0, // replaced by @typescript-eslint/no-unused-vars
+ 'no-unused-private-class-members': 0, // replaced by @typescript-eslint/no-unused-private-class-members
106
'no-unused-vars': 0, // replaced by @typescript-eslint/no-unused-vars
107
'no-use-before-define': 0,
108
'no-useless-backreference': 1,
0 commit comments