use spellchecker-cli to spellcheck markdown

This commit is contained in:
Charles Ewert 2023-02-25 18:49:49 -05:00
parent 863ccc0725
commit 0eb3afa4a1
3 changed files with 3876 additions and 1382 deletions

View File

@ -1,17 +1,19 @@
jellyfin
Jellyfin
github
VSCode
BrightScript
brightscript
vscode
roku
github
pre-release
sideload
dev
repo
hardcode
hardcoding
breakpoint
Sideload
DEVGUIDE
runtime
translations.ts
en_US
ing
ing
hardcode
Hardcoding
pre-release
breakpoint
repo
Repo
dev
Dev

5228
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
"ropm": "0.10.11",
"jshint": "^2.13.6",
"markdownlint-cli": "0.33.0",
"markdown-spellcheck": "1.3.1"
"spellchecker-cli": "6.1.1"
},
"scripts": {
"postinstall": "npx ropm copy",
@ -17,7 +17,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "bslint",
"lint-json": "jshint --extra-ext .json --verbose --exclude node_modules ./",
"lint-markdown": "markdownlint **/*.md --ignore node_modules && mdspell --en-us -r **/*.md !**/node_modules/**/*.md",
"lint-markdown": "markdownlint **/*.md --ignore node_modules && spellchecker -d dictionary.txt --files **/*.md !**/node_modules/**/*.md",
"check-formatting": "npx bsfmt --check",
"format": "npx bsfmt --write"
},