Skip to content

Commit 3ec376f

Browse files
committed
docs: use Prettier for rs fmt
1 parent 1d1d8e6 commit 3ec376f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Rstack CLI brings the Rstack toolchain together for JavaScript development, with one CLI, one configuration, and one consistent workflow.
1212

13-
It also covers local development needs outside Rstack's scope, with Oxfmt formatting and lint-staged commands.
13+
It also covers local development needs outside Rstack's scope, with Prettier formatting and lint-staged commands.
1414

1515
| Command | Description | Powered by |
1616
| ------------ | -------------------------------- | --------------------------------------------------------- |
@@ -21,7 +21,7 @@ It also covers local development needs outside Rstack's scope, with Oxfmt format
2121
| `rs lint` | Lint code | [Rslint](https://github.com/web-infra-dev/rslint) |
2222
| `rs lib` | Build library | [Rslib](https://github.com/web-infra-dev/rslib) |
2323
| `rs doc` | Serve or build docs | [Rspress](https://github.com/web-infra-dev/rspress) |
24-
| `rs fmt` | Format code (TODO) | [Oxfmt](https://github.com/oxc-project/oxc) |
24+
| `rs fmt` | Format code (TODO) | [Prettier](https://github.com/prettier/prettier) |
2525
| `rs setup` | Install Git hooks | - |
2626
| `rs staged` | Run tasks on staged Git files | [lint-staged](https://github.com/lint-staged/lint-staged) |
2727

0 commit comments

Comments
 (0)