generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcspell.json
38 lines (38 loc) · 902 Bytes
/
cspell.json
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
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"language": "en,en-US,fr,fr-FR,de,de-DE,it,it-IT,es,es-ES,es-419,hi,hi-IN,pt,pt-BR,pt-PT",
"dictionaries": [
"salad-cloud",
"softwareTerms",
"python",
"node",
"typescript",
"html",
"bash",
"french",
"german",
"italian",
"spanish",
"portuguese",
"companies",
"filetypes",
"npm",
"php"
],
"dictionaryDefinitions": [
{
"name": "salad-cloud",
"path": "./dictionaries/salad-cloud.txt"
}
],
"import": [
"@cspell/dict-fr-fr/cspell-ext.json",
"@cspell/dict-de-de/cspell-ext.json",
"@cspell/dict-it-it/cspell-ext.json",
"@cspell/dict-es-es/cspell-ext.json",
"@cspell/dict-pt-br/cspell-ext.json",
"@cspell/dict-pt-pt/cspell-ext.json"
],
"allowCompoundWords": true
}