0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

Turn off prettier in the CI task

This commit is contained in:
Matthew Phillips 2021-12-23 16:16:22 -05:00
parent 57773b932f
commit 356d81abcb

View file

@ -60,7 +60,7 @@ jobs:
eslint_args: --ignore-pattern test --ignore-pattern vendor
eslint_dir: packages/astro
eslint_extensions: ts
prettier: true
prettier: false
auto_fix: true
git_name: github-actions[bot]
git_email: github-actions[bot]@users.noreply.github.com