Skip to content

Commit 0c3ef6a

Browse files
committed
1.9.1
1 parent b172acb commit 0c3ef6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TypeScript-first Prettier config with carefully considered details.
88

99
- Uses the [`oxc` parser](https://oxc.rs/docs/guide/usage/parser.html) for lightning-fast TypeScript and JavaScript formatting.
1010
- Formats shell scripts out of the box, including `git` hook files.
11-
- Formats raw HTML fragments in `README.md` and other Markdown documents.
11+
- Formats HTML fragments in `README.md` and any other GitHub-Flavored Markdown document.
1212
- Sorts all JSON files, with curated order patterns for common configs like `package.json`, `tsconfig.json`, `.oxlintrc.json`, and more.
1313

1414
## Install

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@standard-config/prettier",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "TypeScript-first Prettier config",
55
"license": "MIT",
66
"author": {
@@ -31,7 +31,7 @@
3131
"engines": {
3232
"node": ">=20"
3333
},
34-
"packageManager": "pnpm@10.28.2",
34+
"packageManager": "pnpm@10.29.2",
3535
"dependencies": {
3636
"@prettier/plugin-oxc": "^0.1.3",
3737
"@prettier/plugin-xml": "^3.4.2",

0 commit comments

Comments
 (0)