mermaid/.lintstagedrc.json
2022-09-05 11:22:17 +02:00

4 lines
69 B
JSON

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