chore: run cspell on lint staged for markdown files [skip ci]

This commit is contained in:
Krishna Upadhyay
2025-08-04 20:45:20 -05:00
parent 4ab98c2ec7
commit 17142ef8d7

View File

@@ -7,5 +7,6 @@ export default {
'prettier --write',
],
'.cspell/*.txt': ['tsx scripts/fixCSpell.ts'],
'**/*.md': ['pnpm dlx cspell'],
'**/*.jison': ['pnpm -w run lint:jison'],
};