Files
website-astro-stefanimhoff.de/.lintstagedrc.json
2023-12-15 13:03:42 +01:00

5 lines
119 B
JSON

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