Skip to content

Commit 6400aaf

Browse files
committed
1.3.0
1 parent b3ead19 commit 6400aaf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
# @standard-config/prettier
66

7-
Curated Prettier config for modern TypeScript projects.
7+
TypeScript-first Prettier config with carefully considered details.
88

9-
- Enables the [`oxc` parser](https://oxc.rs/docs/guide/usage/parser.html) for lightning-fast TypeScript formatting.
10-
- Formats shell scripts out of the box, including `git` hooks.
11-
- Sorts all JSON files, with curated order patterns for common config files: `package.json`, `tsconfig.json`, `.oxlintrc.json`, and more.
9+
- Uses the [`oxc` parser](https://oxc.rs/docs/guide/usage/parser.html) for lightning-fast TypeScript and JavaScript formatting.
10+
- Formats shell scripts out of the box, including `git` hook files.
11+
- Sorts all JSON files, with sensible order patterns for common configs like `package.json`, `tsconfig.json`, `.oxlintrc.json`, and more.
1212

1313
## Install
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@standard-config/prettier",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "TypeScript-first Prettier config",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)