Skip to content

Commit

Permalink
Merge pull request #137 from kawanet/fix-eslint-promise
Browse files Browse the repository at this point in the history
fix: error 'Promise' is not defined
  • Loading branch information
alevy authored Dec 16, 2020
2 parents 59924ee + f029807 commit 1c5d27c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"always"
]
},
"globals": {
"Promise": "readonly"
},
"env": {
"node": true,
"browser": true
Expand Down

0 comments on commit 1c5d27c

Please sign in to comment.