Apply suggestion from @sidharthv96

This commit is contained in:
Sidharth Vinod
2025-08-13 10:03:26 -07:00
committed by GitHub
parent 17142ef8d7
commit 29edfa7f56

View File

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