Skip to content

Commit

Permalink
Fix package.json to allow eslint version v9
Browse files Browse the repository at this point in the history
  • Loading branch information
BePo65 authored and Turbo87 committed Jun 13, 2024
1 parent bddb321 commit 3dffed8
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 @@ -32,7 +32,7 @@
"unit-test": "nyc mocha tests/**/*.js"
},
"peerDependencies": {
"eslint": ">=2.0.0 <= 8.x"
"eslint": ">=2.0.0 <= 9.x"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 3dffed8

Please sign in to comment.