Skip to content

Commit 8c04247

Browse files
Update eslint.config.js
Co-authored-by: Nicolas Stepien <[email protected]>
1 parent 7e2fcb8 commit 8c04247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default defineConfig([
102102
'no-unsafe-finally': 1,
103103
'no-unsafe-negation': [1, { enforceForOrderingRelations: true }],
104104
'no-unsafe-optional-chaining': [1, { disallowArithmeticOperators: true }],
105-
'no-unused-private-class-members': 0, // replaced by @typescript-eslint/no-unused-vars
105+
'no-unused-private-class-members': 0, // replaced by @typescript-eslint/no-unused-private-class-members
106106
'no-unused-vars': 0, // replaced by @typescript-eslint/no-unused-vars
107107
'no-use-before-define': 0,
108108
'no-useless-backreference': 1,

0 commit comments

Comments
 (0)