mermaid/.lintstagedrc.json

6 lines
54 B
JSON

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