We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93585dc + eb61fcc commit 7bf33d2Copy full SHA for 7bf33d2
.eslintrc
@@ -34,6 +34,7 @@
34
"no-this-before-super": 2,
35
"no-throw-literal": 0,
36
"no-underscore-dangle": 0,
37
+ "no-undef": 2,
38
"no-unused-vars": [2, { "vars": "all", "args": "none" }],
39
"no-use-before-define": 0,
40
"no-var": 2,
0 commit comments