Files
website-astro-stefanimhoff.de/.lintstagedrc.json
2023-02-20 16:46:44 +01:00

5 lines
126 B
JSON

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