fix(ci): run husky prettier on all files just like in ci

This commit is contained in:
Barrett Ruth 2025-11-09 17:20:32 -05:00
parent af12c5b9f5
commit 7dcb86237a

View file

@ -11,7 +11,7 @@
"check": "astro check"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml,css}": [
"*": [
"prettier --write",
"astro check"
]