Skip to content

Commit

Permalink
feat: make @eslint/js a required peer dependency
Browse files Browse the repository at this point in the history
BREAKING CHANGE: you must now ensure `@eslint/js` is installed
  • Loading branch information
G-Rath committed Dec 6, 2024
1 parent 81d286b commit 873100f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
}
},
"dependencies": {
"@eslint/js": "^8.57.1",
"eslint-config-prettier": "^8.0.0"
},
"devDependencies": {
Expand All @@ -75,6 +74,7 @@
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.0.0",
"@eslint/js": "^8.57.1",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"@stylistic/eslint-plugin-js": "^2.6.1",
Expand Down Expand Up @@ -109,6 +109,7 @@
},
"peerDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": ">= 4",
"@eslint/js": ">= 8.0",
"@stylistic/eslint-plugin-js": ">= 2.0.0",
"@stylistic/eslint-plugin-ts": ">= 2.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0 || ^8.0.0",
Expand Down

0 comments on commit 873100f

Please sign in to comment.