Skip to content

Commit

Permalink
chore: update cSpell glob and schema
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Dec 13, 2021
1 parent cc05561 commit 5671848
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1",
"version": "0.2",
"words": [
"ˈspɛk",
"aboba",
Expand Down Expand Up @@ -159,7 +159,8 @@
"coverage/**",
"test/**",
"package-lock.json",
"node_modules/**"
"node_modules/**",
"design/**"
],
"allowCompoundWords": true,
"ignoreWords": ["en", "gb"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"audit": "npm audit | grep -oE 'https?\\:\\/\\/(www\\.)?(nodesecurity\\.io|npmjs\\.com)\\/advisories\\/[[:digit:]]+' | rev | cut -d '/' -f 1 | rev | diff known-vulns.txt -",
"cspell": "cspell **/*.css **/*.js",
"lint": "eslint . --report-unused-disable-directives && prettier -c .",
"spelling": "cspell \"**/*.*\"",
"spelling": "cspell \"**/*\"",
"test": "mocha --timeout 20000",
"jsdoc": "jsdoc --configure jsdoc.json -r app.js lib/ public/ test/ tools/",
"coverage": "nyc npm test",
Expand Down

0 comments on commit 5671848

Please sign in to comment.