mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
5 lines
111 B
JSON
5 lines
111 B
JSON
{
|
|
"*.{ts,js,json,html,md,mts}": ["eslint --fix", "prettier --write"],
|
|
"*.jison": ["pnpm run lint:jison"]
|
|
}
|