mermaid/.lintstagedrc.json

4 lines
69 B
JSON

{
"*.{ts,js,json,html,md}": ["eslint --fix", "prettier --write"]
}