Skip to content

Commit

Permalink
chore: switch to eslint v9, eslint-config-eslint v10 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic authored May 17, 2024
1 parent 018e28b commit 0504df5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"test": "mocha ./tests/lib/**/*.js"
},
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-eslint": "^9.0.0",
"eslint": "^9.2.0",
"eslint-config-eslint": "^10.0.0",
"eslint-release": "^1.0.0",
"globals": "^13.20.0",
"globals": "^15.2.0",
"mocha": "^10.4.0"
},
"keywords": [
Expand Down

0 comments on commit 0504df5

Please sign in to comment.