Skip to content

Commit

Permalink
fix: install @turo/cspell in package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarJaroudi committed Oct 22, 2024
1 parent 038a07d commit f740939
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
name: cspell
description: "Checks for spelling mistakes & typos"
entry: cspell-cli
additional_dependencies: ["--userconfig=./.npmrc","--prefer-online","@turo/cspell@1"]
language: node
types: [text]
args:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"cspell-cli": "./hooks/cspell/index.js"
},
"dependencies": {
"@turo/cspell": "1",
"cspell": "8.10.0"
},
"homepage": "https://github.com/turo/pre-commit-hooks#readme",
Expand Down

0 comments on commit f740939

Please sign in to comment.