mermaid/.lintstagedrc.json
2022-11-07 14:06:35 +05:30

5 lines
140 B
JSON

{
"!(docs/**/*)*.{ts,js,json,html,md,mts}": ["eslint --fix", "prettier --write"],
"cSpell.json": ["ts-node-esm scripts/fixCSpell.ts"]
}