Skip to content

Commit

Permalink
new: Support eslint v9.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Apr 18, 2024
1 parent c42aa85 commit f6d74ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"node": ">=18.12.0"
},
"peerDependencies": {
"eslint": "^8.0.0"
"eslint": "^8.0.0 || ^9.0.0"
},
"dependencies": {
"@moonrepo/dev": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6235,7 +6235,7 @@ __metadata:
eslint-plugin-solid: "npm:^0.13.2"
eslint-plugin-unicorn: "npm:^52.0.0"
peerDependencies:
eslint: ^8.0.0
eslint: ^8.0.0 || ^9.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit f6d74ec

Please sign in to comment.