diff options
| author | XhmikosR <[email protected]> | 2022-01-30 16:11:38 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-30 16:11:38 +0200 |
| commit | f77a58b3816f8a85ecf4f629fe6c0671512dec08 (patch) | |
| tree | b4fcc3e632000ae363fcf4e20d993500d9a2f890 | |
| parent | dcbe7b6f31d5383ea9e0203fd68c0a5e99fa97b7 (diff) | |
| download | bootstrap-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.json | 15 |
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 } |
