Skip to content

Commit

Permalink
fix: disable no-undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Feb 22, 2018
1 parent f70796b commit 40d0215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ module.exports = {
'no-shadow-restricted-names': 'error',
'no-undef': 'error',
'no-undef-init': 'error',
'no-undefined': 'error',
'no-undefined': 'off',
'no-unused-vars': 'error',
'no-use-before-define': 'off',

Expand Down

0 comments on commit 40d0215

Please sign in to comment.