Files
website-astro-stefanimhoff.de/.lintstagedrc.json
2023-05-05 07:43:08 +02:00

5 lines
112 B
JSON

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