Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-01-11 12:17:12 +0300
committerGitHub <noreply@github.com>2022-01-11 12:17:12 +0300
commitd581737f784d144a961d61248d42f59440159571 (patch)
tree375cb6d727cbfb5fb2c62cc6c5176c066cc8be00 /.cspell.json
parent17260410ba491f0a7b1f202634836cade81107ee (diff)
Update cspell config (#35647)
* specify the files to scan in the config * enable `useGitignore` option * remove a few unneeded suppressions
Diffstat (limited to '.cspell.json')
-rw-r--r--.cspell.json18
1 files changed, 7 insertions, 11 deletions
diff --git a/.cspell.json b/.cspell.json
index 5f65533d8d..35d0d293e1 100644
--- a/.cspell.json
+++ b/.cspell.json
@@ -19,7 +19,6 @@
"callouts",
"clearfix",
"Codesniffer",
- "colorspace",
"combinator",
"Contentful",
"Cpath",
@@ -43,9 +42,7 @@
"fieldsets",
"flexbox",
"fullscreen",
- "fusv",
"getbootstrap",
- "globby",
"Grayscale",
"Hoverable",
"hreflang",
@@ -86,12 +83,10 @@
"scrollbars",
"scrollspy",
"Segoe",
- "sirv",
"srcset",
"stickied",
"Stylelint",
"subnav",
- "svgo",
"tabbable",
"textareas",
"toggleable",
@@ -99,7 +94,6 @@
"touchend",
"twbs",
"unitless",
- "Unported",
"unstylable",
"unstyled",
"Uppercased",
@@ -109,15 +103,17 @@
"vstack",
"walkthroughs",
"WCAG",
- "webfont",
- "Woohoo",
"zindex",
"بالعالم",
"مرحبًا"
],
- "language": "en,en-US",
+ "language": "en, en-US",
+ "files": [
+ "site/**/*.md"
+ ],
"ignorePaths": [
".cspell.json",
- ".min."
- ]
+ "*.min.*"
+ ],
+ "useGitignore": true
}