Skip to content

Commit 7bf33d2

Browse files
committed
Merge pull request react-bootstrap#1203 from AlexKVal/no-undef
Fix for airbnb bug about 'no-undef' rule.
2 parents 93585dc + eb61fcc commit 7bf33d2

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)