Skip to content

Commit

Permalink
Promote no-undef to be treated as an error
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Sep 17, 2016
1 parent fc3ab46 commit 8b35116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ module.exports = {
'no-template-curly-in-string': 'warn',
'no-this-before-super': 'warn',
'no-throw-literal': 'warn',
'no-undef': 'warn',
'no-undef': 'error',
'no-unexpected-multiline': 'warn',
'no-unreachable': 'warn',
'no-unused-expressions': 'warn',
Expand Down

0 comments on commit 8b35116

Please sign in to comment.