Skip to content

Commit

Permalink
Merge pull request #327 from nschonni/cspell-hook
Browse files Browse the repository at this point in the history
chore: add cSpell commit hook
  • Loading branch information
alexander-akait committed May 24, 2023
2 parents 6a9e1fa + f15cf41 commit 3c3d31e
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 @@ -53,7 +53,7 @@
"special-lint-fix": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/format-file-header --write && node node_modules/tooling/generate-types --write",
"pretty": "prettier --loglevel warn --write \"lib/**/*.{js,json}\" \"test/*.js\"",
"pretest": "yarn lint",
"spelling": "cspell \"**/*.*\"",
"spelling": "cspell \"**\"",
"test:only": "jest",
"test:watch": "yarn test:only -- --watch",
"test:coverage": "yarn test:only -- --collectCoverageFrom=\"lib/**/*.js\" --coverage",
Expand All @@ -62,6 +62,7 @@
"prepare": "husky install"
},
"lint-staged": {
"*": "cspell --no-must-find-files",
"*.js": "eslint --cache"
},
"repository": {
Expand Down

0 comments on commit 3c3d31e

Please sign in to comment.