We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e279ec8 commit 272f80fCopy full SHA for 272f80f
1 file changed
.eslintrc.json
@@ -41,6 +41,7 @@
41
"parser": "@typescript-eslint/parser",
42
"plugins": [ "@typescript-eslint" ],
43
"rules": {
44
+ "no-undef": "off",
45
"no-unused-vars": [ "error", { "args": "none" } ],
46
"indent": [ "error", "tab" ],
47
"no-dupe-class-members": "off",
0 commit comments