Skip to content

Commit

Permalink
eslint@8, ES2022
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Dec 28, 2022
1 parent fbec080 commit 84fb57b
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 @@
{
"extends": "eslint:recommended",
"env": {
"es2021": true,
"es2022": true,
"node": true
},
"parserOptions": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"hafas-client": "^5.0.1"
},
"devDependencies": {
"eslint": "^7.32.0"
"eslint": "^8.30.0"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 84fb57b

Please sign in to comment.