Skip to content

Commit

Permalink
Fix for airbnb bug about 'no-undef' rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed Aug 23, 2015
1 parent 93585dc commit eb61fcc
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 eb61fcc

Please sign in to comment.