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 c567cb8 commit 5f797c0Copy full SHA for 5f797c0
.eslintrc
@@ -23,7 +23,8 @@
23
"@typescript-eslint/no-explicit-any": "off",
24
"@typescript-eslint/no-namespace": "off",
25
"@typescript-eslint/no-non-null-assertion": "off",
26
+ "@typescript-eslint/no-unused-vars": "off",
27
"@typescript-eslint/no-empty-function": "warn",
- "no-inner-declarations": "off",
28
+ "no-inner-declarations": "off"
29
}
30
0 commit comments