mermaid/.lintstagedrc.mjs
2024-06-21 14:44:23 +05:30

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'],
};