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

5 lines
107 B
JSON

{
"src/docs/**": ["yarn docs:build"],
"*.{ts,js,json,html,md}": ["eslint --fix", "prettier --write"]
}