mermaid/.lintstagedrc.json

4 lines
85 B
JSON
Raw Normal View History

{
2022-10-31 20:30:05 +05:30
"!(docs/**/*)*.{ts,js,json,html,md,mts}": ["eslint --fix", "prettier --write"]
2022-09-03 13:05:47 +05:30
}