mondarth-campaign/.lintstagedrc.json
Ulenar of Mondarth 6803c8336b
Some checks failed
Build and Deploy Docs / build (push) Failing after 1m41s
Bump version / Bump version and create changelog with commitizen (push) Failing after 7s
chore: initial commit
2025-07-14 18:00:35 +00:00

6 lines
174 B
JSON

{
"*.json": ["pnpm prettier:format"],
"*.{css,scss}": ["pnpm prettier:format"],
"*.{js,ts,mjs,svelte}": ["pnpm prettier:format", "pnpm lint", "vitest related --run"]
}