-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcspell.config.yaml
58 lines (58 loc) · 1.22 KB
/
cspell.config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
version: "0.2"
ignorePaths:
- "node_modules"
- "/.eslintignore"
- "/.git"
- "/.gitignore"
- "/.husky"
- "/.markdownlint.yaml" # spellchecker: disable-line
- "/.prettierrc.yaml"
- "/.vscode"
- "/build"
- "/coverage"
- "/cspell.dictionary_swiss-german_project.txt"
- "/docs/_site"
- "/docs/.sass-cache"
- "/docs/.jekyll-cache"
- "/docs/assets/screenshots/**/*.xcf"
- "/docs/browserconfig.xml" # spellchecker: disable-line
- "/docs/safari-pinned-tab.svg"
- "/resources/icon.svg"
- "/settings/licenses.js"
dictionaryDefinitions:
[
{
name: "de-ch-project",
path: "./cspell.dictionary_swiss-german_project.txt"
}
]
dictionaries: ["!de-ch"]
words:
- andreas
- buymeacoffee
- cbor
- codacy
- commitlint
- fitbit
- gettext
- msgid
- msgstr
- otpauth
- remigius
- stylelint
- totp
ignoreWords:
- conventionalcommits
- infile
- nuintun
- qrcode
- rseidelsohn
- tsdoc
import: ["@cspell/dict-de-ch/cspell-ext.json"]
flagWords:
- topt # spellchecker: disable-line
overrides:
- filename: "**/i18n/de-DE.po"
dictionaries: ["!!de-ch", "de-ch-project"]
- filename: "docs/collections/_app_de/**/*.md"
dictionaries: ["!!de-ch", "de-ch-project", "!en_us"]