feat: run prettier on css
This commit is contained in:
parent
15a2355f05
commit
7989ba0033
2 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"check": "astro check"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml}": [
|
||||
"*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml,css}": [
|
||||
"prettier --write",
|
||||
"astro check"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue