mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
7 lines
196 B
JSON
7 lines
196 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"],
|
|
"*.jison": ["yarn lint:jison"]
|
|
}
|