Skip to content

Commit

Permalink
chore(eslint): fix Promise is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
knight42 committed Apr 23, 2018
1 parent eb06676 commit 9b4e7d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"sourceType": "module"
},
"env": {
"node": true
"node": true,
"es6": true
},
"rules": {
"no-console": 0,
Expand Down Expand Up @@ -53,4 +54,4 @@
"quotes": [1, "single"],
"no-control-regex": 0
}
}
}

0 comments on commit 9b4e7d0

Please sign in to comment.