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