mermaid/.lintstagedrc.json

5 lines
58 B
JSON

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