Merge pull request #7 from barrett-ruth/ci/fix-huysky
run prettier on all files in ci
This commit is contained in:
commit
98e4bdf29c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
"check": "astro check"
|
"check": "astro check"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml,css}": [
|
"*": [
|
||||||
"prettier --write",
|
"prettier --write",
|
||||||
"astro check"
|
"astro check"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue