Skip to content

Commit

Permalink
Add global variables to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
catarak committed Dec 7, 2021
1 parent 87a7aa8 commit 98ed79c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ module.exports = {
"amd": false,
},
"globals": {
"ANIMATE": true,
"VERSION": true
},
"parserOptions": {
"ecmaVersion": 2017,
Expand Down

0 comments on commit 98ed79c

Please sign in to comment.