Skip to content

Commit 35d97c5

Browse files
committed
feat: expand eslint peer dependency to support ESLint 9 as well
- Update package version from 0.2.2 to 0.3.0 - Expand eslint peer dependency to support both ^9.0.0 and ^10.0.0 - Update package-lock.json to reflect version changes - Improve compatibility with eslint 9.x releases while maintaining 10.x support
1 parent 1f9ecb7 commit 35d97c5

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.changeset/hungry-shrimps-study.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@k9n/eslint-plugin-prefer-implicit": minor
3+
---
4+
5+
feat: expand eslint peer dependency to support ESLint 9 as well

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"docs:build": "npm run build --prefix docs"
2929
},
3030
"peerDependencies": {
31-
"eslint": "^10.0.0"
31+
"eslint": "^9.0.0 || ^10.0.0"
3232
},
3333
"devDependencies": {
3434
"@changesets/changelog-github": "^0.6.0",

0 commit comments

Comments
 (0)