Update cspell config (#35680)

* use `en-US`
* scan all markdown files
* ignore dist, rtl and tests files
This commit is contained in:
XhmikosR 2022-01-30 16:11:38 +02:00 committed by GitHub
parent dcbe7b6f31
commit f77a58b381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 6 deletions

View File

@ -11,6 +11,7 @@
"Blockquotes",
"Bootstrappers",
"borderless",
"Brotli",
"browserslist",
"browserslistrc",
"btncheck",
@ -67,6 +68,7 @@
"Noto",
"offcanvas",
"offcanvases",
"Packagist",
"popperjs",
"prebuild",
"precompiled",
@ -103,17 +105,18 @@
"vstack",
"walkthroughs",
"WCAG",
"zindex",
"بالعالم",
"مرحبًا"
"zindex"
],
"language": "en, en-US",
"language": "en-US",
"files": [
"site/**/*.md"
"**/*.md"
],
"ignorePaths": [
".cspell.json",
"*.min.*"
"dist/",
"*.min.*",
"**/*rtl*",
"**/tests/**"
],
"useGitignore": true
}