Skip to content

Commit

Permalink
feat: supports eslint v9
Browse files Browse the repository at this point in the history
  • Loading branch information
younggglcy committed Jun 24, 2024
1 parent 8550c4b commit 3285c97
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 72 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"codecov-lite": "2.0.0",
"conventional-commits-parser": "^3.2.1",
"del-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-rollup": "^3.0.1",
"esm": "^3.2.25",
"execa": "^5.1.1",
Expand Down
8 changes: 6 additions & 2 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,25 @@
"lint"
],
"peerDependencies": {
"eslint": "^7.12.0||^8.0.0||^9.0.0",
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
},
"peerDependenciesMeta": {
"rollup": {
"optional": true
},
"eslint": {
"optional": true
}
},
"dependencies": {
"@rollup/pluginutils": "^5.0.1",
"eslint": "^8.24.0"
"eslint": "^9.5.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^9.0.1",
"@types/eslint": "^8.4.6",
"@types/eslint": "^8.56.10",
"rollup": "^4.0.0-24",
"typescript": "^4.8.3"
},
Expand Down
Loading

0 comments on commit 3285c97

Please sign in to comment.