-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcspell.config.yaml
More file actions
48 lines (48 loc) · 1.27 KB
/
cspell.config.yaml
File metadata and controls
48 lines (48 loc) · 1.27 KB
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
$schema: "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json"
version: "0.2"
language: en
import:
- "@cspell/dict-bash/cspell-ext.json"
- "@cspell/dict-css/cspell-ext.json"
- "@cspell/dict-en-common-misspellings/cspell-ext.json"
- "@cspell/dict-en-gb/cspell-ext.json"
- "@cspell/dict-en_us/cspell-ext.json"
- "@cspell/dict-filetypes/cspell-ext.json"
- "@cspell/dict-git/cspell-ext.json"
- "@cspell/dict-html/cspell-ext.json"
- "@cspell/dict-html-symbol-entities/cspell-ext.json"
- "@cspell/dict-markdown/cspell-ext.json"
- "@cspell/dict-node/cspell-ext.json"
- "@cspell/dict-npm/cspell-ext.json"
- "@cspell/dict-shell/cspell-ext.json"
- "@cspell/dict-typescript/cspell-ext.json"
dictionaryDefinitions:
- name: holypack-code
path: ./config/cspell/code.txt
addWords: true
- name: holypack-usernames
path: ./config/cspell/usernames.txt
addWords: true
- name: holypack-words
path: ./config/cspell/words.txt
addWords: true
dictionaries:
- bash
- css
- en-common-misspellings
- en-gb
- en_us
- filetypes
- git
- holypack-code
- holypack-usernames
- holypack-words
- html
- html-symbol-entities
- markdown
- node
- npm
- shell
- typescript
useGitignore: true
noConfigSearch: true