mermaid/.lintstagedrc.json

4 lines
85 B
JSON

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