Skip to content

Commit 11496fb

Browse files
committed
Improve eslint settings
This fixes an erroneous eslint typescript warning
1 parent cccccc1 commit 11496fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
"@typescript-eslint/no-unused-vars": [
5757
"error"
5858
],
59+
"no-shadow": "off",
60+
"@typescript-eslint/no-shadow": ["error"],
61+
"class-methods-use-this": "off",
5962
"import/no-unresolved": "off",
6063
"import/extensions": [
6164
"warn",

0 commit comments

Comments
 (0)