oxc/tasks/prettier_conformance/README.md

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"
```