Skip to content

Commit

Permalink
fix: specify eslint-config-prettier as peer dependency (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptammergard committed Nov 7, 2023
1 parent df71356 commit a63a570
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/mean-trees-judge.md
@@ -0,0 +1,7 @@
---
'eslint-plugin-prettier': patch
---

fix: specify `eslint-config-prettier` as peer dependency

It's already added to `peerDependenciesMeta` as optional, which means it should also be specified in `peerDependencies`.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -38,6 +38,7 @@
"peerDependencies": {
"@types/eslint": ">=8.0.0",
"eslint": ">=8.0.0",
"eslint-config-prettier": "*",
"prettier": ">=3.0.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit a63a570

Please sign in to comment.