-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcspell.json
More file actions
22 lines (22 loc) · 857 Bytes
/
cspell.json
File metadata and controls
22 lines (22 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"dictionaryDefinitions": [
{ "name": "skale-terms", "path": "./dictionary/skale-terms.txt"},
{ "name": "libraries", "path": "./dictionary/libraries.txt"},
{ "name": "domain-terms", "path": "./dictionary/domain-terms.txt"},
{ "name": "names", "path": "./dictionary/names.txt"},
{ "name": "solidity", "path": "./dictionary/solidity.txt"},
{ "name": "python", "path": "./dictionary/python.txt"}
],
"dictionaries": ["domain-terms", "libraries", "names", "skale-terms", "solidity", "python"],
"words": ["ECIES"],
"ignorePaths": [
".solhint.json",
"artifacts",
"cache",
"node_modules",
"typechain-types",
"venv",
]
}