chore: remove .astro type for lint-staged config

This commit is contained in:
Ayo Ayco 2024-12-27 22:01:03 +01:00
parent 7d49c7ff1e
commit 9e26b4015f

View file

@ -26,7 +26,7 @@
"vitest": "^2.1.8"
},
"lint-staged": {
"*.{js,mjs,astro,ts}": [
"*.{js,mjs,ts}": [
"prettier --write",
"eslint --fix"
],