Skip to content

Commit

Permalink
chore: Add precommit for cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Dec 6, 2024
1 parent d05a3f2 commit 9a63f7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"**/*.ts": "eslint",
"**/*.tsx": "eslint",
"**/*.json": "eslint",
"**/*.md": "eslint"
"**/*.md": "eslint",
"*.*": "cspell --no-must-find-files"
},
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 9a63f7f

Please sign in to comment.