We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0d2ae7 + 2259ffa commit b03820aCopy full SHA for b03820a
.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