mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
14 lines
221 B
Markdown
14 lines
221 B
Markdown
# Prettier Conformance
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
cd tasks/prettier-conformance
|
|
git clone --depth 1 --branch 3.1.0 git@github.com:prettier/prettier.git
|
|
```
|
|
|
|
## Run
|
|
|
|
```bash
|
|
just watch "run -p oxc_prettier_conformance"
|
|
```
|