Skip to content

Commit

Permalink
fixing eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Dec 29, 2022
1 parent b1d40ed commit 99ae7a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2017
"ecmaVersion": 2022
},
"rules": {
"no-var": "error",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"spex": "3.2.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@types/node": "18.11.18",
"bluebird": "3.7.2",
"coveralls": "3.1.1",
Expand Down

0 comments on commit 99ae7a2

Please sign in to comment.