Skip to content

Commit

Permalink
feat: add support for ESLint v9 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Apr 8, 2024
1 parent 20f3d32 commit 5d58ed3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chilled-dogs-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vite-plugin-eslint4b": minor
---

feat: add support for ESLint v9
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"homepage": "https://github.com/ota-meshi/vite-plugin-eslint4b#readme",
"peerDependencies": {
"eslint": "^8.0.0"
"eslint": "^8.0.0 || ^9.0.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
Expand Down

0 comments on commit 5d58ed3

Please sign in to comment.