Skip to content

Commit eb61fcc

Browse files
committed
Fix for airbnb bug about 'no-undef' rule.
1 parent 93585dc commit eb61fcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"no-this-before-super": 2,
3535
"no-throw-literal": 0,
3636
"no-underscore-dangle": 0,
37+
"no-undef": 2,
3738
"no-unused-vars": [2, { "vars": "all", "args": "none" }],
3839
"no-use-before-define": 0,
3940
"no-var": 2,

0 commit comments

Comments
 (0)