chore: sort cspell dictionaries on commit

This commit is contained in:
Jason Dent
2024-02-14 23:32:15 +01:00
parent 4a7489a7b6
commit f3282e4dad
3 changed files with 27 additions and 16 deletions

View File

@@ -6,6 +6,6 @@ export default {
// https://prettier.io/docs/en/cli.html#--cache
'prettier --write',
],
'cSpell.json': ['tsx scripts/fixCSpell.ts'],
'.cspell/*.txt': ['tsx scripts/fixCSpell.ts'],
'**/*.jison': ['pnpm -w run lint:jison'],
};