Skip to content

Commit

Permalink
Merge pull request #21 from joematthews/fix/cpsell-fails-on-hook
Browse files Browse the repository at this point in the history
fix: cspell fails on hook
  • Loading branch information
joematthews authored Feb 22, 2024
2 parents a089a8b + 1d23507 commit 8ce8ee6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"Catppuccin",
"commitlint",
"Darcula",
"devkit",
"Fira",
"Intellicode",
"joematthews",
Expand All @@ -22,12 +23,5 @@
// This is useful for offensive words and common spelling errors.
// For example "hte" should be "the"
"flagWords": [],
"caseSensitive": false,
"ignorePaths": [
".stylelintrc.json",
".vscode/*",
".husky/*",
"angular.json",
"package.json"
]
"caseSensitive": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "eslint \"**/*.{js,ts,html,json,md}\"",
"lint:style": "stylelint \"**/*.{css,scss}\"",
"format": "prettier --write \"**/*.{js,ts,css,sh,html,md,json,yaml,yml}\"",
"check-selling": "cspell \"**/*\"",
"check-spelling": "cspell \"**/*\"",
"prepare": "husky install"
},
"private": true,
Expand Down

0 comments on commit 8ce8ee6

Please sign in to comment.