Skip to content

Commit

Permalink
Add no-global-assing lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bartos committed Jun 15, 2018
1 parent 452865e commit bdacea1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ module.exports = {
'no-irregular-whitespace': 1,
'no-self-assign': 1,
'new-cap': 1,
'no-undefined': 1
'no-undefined': 1,
'no-global-assign': 1
}
};

0 comments on commit bdacea1

Please sign in to comment.