mermaid/.lintstagedrc.json
2022-02-10 20:32:21 +01:00

5 lines
53 B
JSON

{
"*.{js,html,md}": [
"yarn lint:fix"
]
}