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