Skip to content
This repository was 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 Oct 5, 2018
1 parent 31c176b commit 540578d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
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 540578d

Please sign in to comment.