Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
excluding global variable from ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Nov 16, 2018
1 parent 60bfd10 commit d535bba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Expand Up @@ -10,6 +10,7 @@
"Tabs": true,
"Tracker": true,
"_": true,
"__dirname": true,
"window": true,
"location": true,
"document": true,
Expand Down

0 comments on commit d535bba

Please sign in to comment.