Skip to content

Commit

Permalink
Enable browser globals by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhyndman committed Apr 21, 2019
1 parent 1097865 commit 2246bbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
"extends": ["eslint:recommended", "plugin:react/recommended"],
"env": {
"browser": true,
"es6": true,
"node": true
},
Expand Down

0 comments on commit 2246bbd

Please sign in to comment.