File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2525 hooks :
2626 - id : local_prettier
2727 name : prettier
28- entry : pnpm prettier --check --plugin=prettier-plugin-astro
28+ entry :
29+ pnpm prettier --write --log-level=error --plugin=prettier-plugin-astro
2930 language : node
3031 types_or : ["text"]
3132 exclude_types : ["editorconfig", "gitignore"]
Original file line number Diff line number Diff line change 88 "build" : " astro check && astro build && pnpm pagefind --site dist" ,
99 "preview" : " astro preview" ,
1010 "astro" : " astro" ,
11- "format" : " prettier --write --plugin=prettier-plugin-astro ."
11+ "format" : " pnpm prettier --write --log-level=error --plugin=prettier-plugin-astro ."
1212 },
1313 "dependencies" : {
1414 "@astro-community/astro-embed-youtube" : " ^0.5.6" ,
You can’t perform that action at this time.
0 commit comments