Skip to content

Commit

Permalink
Cleanup eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Jul 3, 2020
1 parent c97a4ca commit 78789e3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@
"env": {
"es6": true,
"node": true,
"jquery": true,
"jquery": false,
"browser": true
},
"globals": {
"Modernizr": false,
"W2Form": false
},
"parserOptions": {
"sourceType": "module"
}
Expand Down

0 comments on commit 78789e3

Please sign in to comment.