Files
mermaid/.lintstagedrc.mjs
2024-06-21 17:02:32 +05:30

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