chore: remove Svelte

This commit is contained in:
Stefan Imhoff
2023-05-05 07:43:08 +02:00
parent 5bfe06dc4b
commit d6e3edfb34
8 changed files with 30 additions and 196 deletions

View File

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