Skip to content

Commit

Permalink
chore: fix commit message spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Jul 16, 2023
1 parent db951bf commit cfa14f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{
"languageId": "git",
"ignoreRegExpList": [
"/# .*/" // comments
"/#\\s.*/" // comments
]
}
]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
"integration": "node ./out/test/integration/runTests.js",
"unit": "jest --verbose test/unit",
"test": "npm run unit && npm run integration",
"spellcheck": "cspell '**/*.ts' '**/*.md'",
"lint": "eslint --max-warnings=0 '**/*.ts'",
"spellcheck": "cspell **/*.ts **/*.md",
"lint": "eslint --max-warnings=0 **/*.ts",
"prepare": "husky install"
},
"devDependencies": {
Expand Down

0 comments on commit cfa14f2

Please sign in to comment.