mermaid/.lintstagedrc.json

5 lines
53 B
JSON

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