Skip to content

Commit

Permalink
make eslint recognize Promise
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Fink committed Feb 26, 2018
1 parent 1560cb9 commit 025be5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -20,7 +20,8 @@
},
"env": {
"node": true,
"browser": true
"browser": true,
"es6": true
},
"extends": "eslint:recommended",
"rules": {
Expand Down

0 comments on commit 025be5f

Please sign in to comment.