Skip to content

Commit

Permalink
fix: require eslint v9 (fixes #84)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Aug 23, 2024
1 parent 96bc12f commit dbf9883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"main": "./eslintrc.js",
"name": "eslint-config-canonical",
"peerDependencies": {
"eslint": "^8.30.0"
"eslint": "^9"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit dbf9883

Please sign in to comment.