2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Update cspell config (#35647)

* specify the files to scan in the config
* enable `useGitignore` option
* remove a few unneeded suppressions
This commit is contained in:
XhmikosR
2022-01-11 11:17:12 +02:00
committed by GitHub
parent 17260410ba
commit d581737f78
6 changed files with 12 additions and 16 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
"docs-build": "hugo --cleanDestinationDir",
"docs-compile": "npm run docs-build",
"docs-linkinator": "linkinator _site --recurse --skip \"^(?!http://localhost)\" --verbosity error",
"docs-spellcheck": "cspell \"site/**/*.md\" --no-progress",
"docs-spellcheck": "cspell --no-progress",
"docs-vnu": "node build/vnu-jar.js",
"docs-lint": "npm-run-all --aggregate-output --parallel docs-vnu docs-linkinator docs-spellcheck",
"docs-serve": "hugo server --port 9001 --disableFastRender",