chore(eslint): add support for Astro files

This commit is contained in:
Stefan Imhoff
2023-02-19 14:43:00 +01:00
parent 2f404a8ae1
commit 53fa1b13a0
4 changed files with 738 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
{
"**/*.{md,mdx,html,astro,svelte,css}": ["pnpx prettier --write"],
"**/*.{js,ts,html,svelte}": ["pnpx eslint --fix"]
"**/*.{js,ts,html,astro,svelte}": ["pnpx eslint --fix"]
}