Skip to content

Commit

Permalink
feat: test integration
Browse files Browse the repository at this point in the history
  • Loading branch information
turo-mwong committed Mar 15, 2024
1 parent cba0be6 commit fd77f2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,8 @@
entry: hooks/yalc/yalc-check.sh
files: package\.json
# CSpell hook
- id: cspell
- id: spell-check
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.3.0
hooks:
- id: spell-check
dictionaryDefinitions:
- name: common
path: ./cspell/dictionaries/common.txt
addWords: true
dictionaries:
- common
10 changes: 10 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"dictionaryDefinitions": [
{
"name": "common",
"path": "./cspell/dictionaries/common.txt",
"addWords": true
}
],
"dictionaries": ["common"]
}

0 comments on commit fd77f2c

Please sign in to comment.