-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: release eslint-plugin-prettier (#636)
Co-authored-by: JounQin <[email protected]>
- Loading branch information
1 parent
985b33c
commit 248cd17
Showing
4 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "eslint-plugin-prettier", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"description": "Runs prettier as an eslint rule", | ||
"repository": "git+https://github.com/prettier/eslint-plugin-prettier.git", | ||
"homepage": "https://github.com/prettier/eslint-plugin-prettier#readme", | ||
|
@@ -102,6 +102,9 @@ | |
"pnpm": { | ||
"patchedDependencies": { | ||
"@types/[email protected]": "patches/@[email protected]" | ||
}, | ||
"overrides": { | ||
"prettier": "^3.1.1" | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.