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