Skip to content

Commit

Permalink
shorted cspell comm
Browse files Browse the repository at this point in the history
  • Loading branch information
dEdmishka committed Oct 20, 2023
1 parent 856b647 commit 1e1d5e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"prettier:write": "prettier --write .",
"typescript:check": "tsc -p tsconfig.json",
"prepare": "husky install",
"cspell": "cspell lint \"src/**/*.js\"",
"cspell:apply": "cspell --words-only --unique \"src/**/*.js\" > project-words.txt",
"cspell:check": "cspell --no-progress --show-suggestions --show-context \"src/**/*.js\""
"cspell": "cspell --show-suggestions --show-context --gitignore ."
},
"author": "",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ datasource
fastify
Fastify
pino
flydotio

0 comments on commit 1e1d5e6

Please sign in to comment.