Skip to content

Commit

Permalink
add cspell auto-fill command
Browse files Browse the repository at this point in the history
  • Loading branch information
dEdmishka committed Feb 2, 2024
1 parent aedd02c commit 2e18533
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 @@ -14,7 +14,8 @@
"typescript:check": "tsc -p tsconfig.json",
"env:local": "cp .env.local.dist .env.local",
"prepare": "husky install",
"cspell": "cspell --show-suggestions --show-context --gitignore ."
"cspell": "cspell --show-suggestions --show-context --gitignore .",
"cspell:apply": "cspell --words-only --unique --gitignore . >> project-words.txt"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
Expand Down

0 comments on commit 2e18533

Please sign in to comment.