mermaid/.lintstagedrc.json
2022-09-03 09:09:41 +05:30

8 lines
108 B
JSON

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