Files
website-astro-stefanimhoff.de/.lintstagedrc.json
2023-02-19 14:43:20 +01:00

5 lines
128 B
JSON

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