Skip to content

Commit

Permalink
Merge pull request react-bootstrap#1203 from AlexKVal/no-undef
Browse files Browse the repository at this point in the history
Fix for airbnb bug about 'no-undef' rule.
  • Loading branch information
taion committed Aug 23, 2015
2 parents 93585dc + eb61fcc commit 7bf33d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"no-this-before-super": 2,
"no-throw-literal": 0,
"no-underscore-dangle": 0,
"no-undef": 2,
"no-unused-vars": [2, { "vars": "all", "args": "none" }],
"no-use-before-define": 0,
"no-var": 2,
Expand Down

0 comments on commit 7bf33d2

Please sign in to comment.