Skip to content

Commit

Permalink
Update eslint config to allow es6 (Promise)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbeck committed Jul 9, 2024
1 parent d453886 commit f1041fc
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
@@ -1,9 +1,10 @@
{
"env": {
"node": true
"node": true,
"es6": true
},
"parserOptions": {
"ecmaVersion": 5
"ecmaVersion": 9
},
"globals": {
"window": false,
Expand Down

0 comments on commit f1041fc

Please sign in to comment.