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