mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
6 lines
162 B
JSON
6 lines
162 B
JSON
{
|
|
"src/docs/**": ["yarn docs:build --git"],
|
|
"src/docs.mts": ["yarn docs:build --git"],
|
|
"*.{ts,js,json,html,md,mts}": ["eslint --fix", "prettier --write"]
|
|
}
|