Skip to content

Commit

Permalink
fix: error 'Promise' is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
kawanet committed Dec 14, 2020
1 parent 59924ee commit f029807
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 f029807

Please sign in to comment.