Skip to content

Commit

Permalink
Enable 'browser' environment for ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
pioug committed May 12, 2021
1 parent db4255a commit 3ca1219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
modules: true,
},
env: {
browser: true,
es6: true,
node: true,
jest: true,
Expand Down

0 comments on commit 3ca1219

Please sign in to comment.