mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
5 lines
140 B
JSON
5 lines
140 B
JSON
{
|
|
"!(docs/**/*)*.{ts,js,json,html,md,mts}": ["eslint --fix", "prettier --write"],
|
|
"cSpell.json": ["ts-node-esm scripts/fixCSpell.ts"]
|
|
}
|