We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62dd7f1 commit 97e1d6eCopy full SHA for 97e1d6e
.eslintrc
@@ -19,6 +19,7 @@
19
"no-eq-null": 0,
20
"no-param-reassign": 0,
21
"no-underscore-dangle": 0,
22
+ "no-undef": 2,
23
"no-unused-vars": [2, { "vars": "all", "args": "none" }],
24
"no-var": 2,
25
"babel/object-shorthand": 2,
0 commit comments