aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2022-01-30 16:11:38 +0200
committerGitHub <[email protected]>2022-01-30 16:11:38 +0200
commitf77a58b3816f8a85ecf4f629fe6c0671512dec08 (patch)
treeb4fcc3e632000ae363fcf4e20d993500d9a2f890
parentdcbe7b6f31d5383ea9e0203fd68c0a5e99fa97b7 (diff)
downloadbootstrap-f77a58b3816f8a85ecf4f629fe6c0671512dec08.tar.xz
bootstrap-f77a58b3816f8a85ecf4f629fe6c0671512dec08.zip
Update cspell config (#35680)
* use `en-US` * scan all markdown files * ignore dist, rtl and tests files
-rw-r--r--.cspell.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/.cspell.json b/.cspell.json
index 35d0d293e..bfbdaad79 100644
--- a/.cspell.json
+++ b/.cspell.json
@@ -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
}