chore: remove .astro type for lint-staged config
This commit is contained in:
parent
7d49c7ff1e
commit
9e26b4015f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
"vitest": "^2.1.8"
|
"vitest": "^2.1.8"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,mjs,astro,ts}": [
|
"*.{js,mjs,ts}": [
|
||||||
"prettier --write",
|
"prettier --write",
|
||||||
"eslint --fix"
|
"eslint --fix"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue