Skip to content

Commit

Permalink
fix: try passing dict
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarJaroudi committed Sep 23, 2024
1 parent f1ba6bf commit 0d3fa92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@
# Cspell hook
- id: cspell
name: cspell
description: "Errors if there are spelling mistakes"
entry: env NPM_CONFIG_GLOBALCONFIG=./.npmrc cspell-cli
description: "Checks for spelling mistakes & typos"
entry: cspell-cli
additional_dependencies: ["--globalconfig=./.npmrc","@turo/[email protected]"]
language: node
types: [text]
args:
Expand Down

0 comments on commit 0d3fa92

Please sign in to comment.