Skip to content

Commit

Permalink
chore(eslint-plugin): move eslint to peer deps (#1016)
Browse files Browse the repository at this point in the history
* chore(eslint-plugin): move eslint to peer deps

* chore(eslint-plugin): update peer dependency configuration to include eslint version 9.0.0
  • Loading branch information
khmilevoi authored Jan 25, 2025
1 parent ea4617e commit 7a84493
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
"@types/eslint": "^8.0.0",
"eslint": "^8.0.0"
},
"peerDependencies": {
"eslint": "^8.0.0 || ^9.0.0"
},
"dependencies": {
"@types/estree": "^1.0.6"
}
Expand Down

0 comments on commit 7a84493

Please sign in to comment.