Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Dec 21, 2022
1 parent 7016ee4 commit adf3a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"root": true,
"parserOptions": {
"ecmaVersion": 6
"ecmaVersion": "latest"
},
"env": {
"es6": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"chai": "^4.1.2",
"conventional-changelog": "~1.1.0",
"cost-of-modules": "^1.0.1",
"eslint": "^4.19.1",
"eslint": "^8.30.0",
"mocha": "^5.2.0",
"nsp": "^2.6.2",
"nyc": "^11.9.0",
Expand Down

0 comments on commit adf3a62

Please sign in to comment.