mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 00:09:51 +02:00
8 lines
239 B
JavaScript
8 lines
239 B
JavaScript
export default {
|
|
'!(docs/**/*)*.{ts,js,html,md,mts}': [
|
|
'biome check --no-errors-on-unmatched --files-ignore-unknown=true --write',
|
|
],
|
|
'.cspell/*.txt': ['tsx scripts/fixCSpell.ts'],
|
|
'**/*.jison': ['pnpm -w run lint:jison'],
|
|
};
|