We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8157b8a + 5f797c0 commit 2259ffaCopy full SHA for 2259ffa
.eslintrc
@@ -23,6 +23,7 @@
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",
28
"no-inner-declarations": "off"
29
},
0 commit comments