-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcspell.json
More file actions
58 lines (58 loc) · 888 Bytes
/
cspell.json
File metadata and controls
58 lines (58 loc) · 888 Bytes
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
{
"dictionaries": [],
"dictionaryDefinitions": [],
"ignorePaths": [],
"ignoreRegExpList": [
"0x(.*)?",
"id:(.*)?",
"apiKey:(.*)?"
],
"ignoreWords": [
"ARBITRUM",
"BLOCKPI",
"BTCUSDT",
"BigNumberish",
"CLEANME",
"DAIWETH",
"IERC",
"Parens",
"WETHDAI",
"WETHDAIXX",
"WETHDAIXX3",
"abitype",
"autosize",
"ccip",
"csstype",
"flowtype",
"hookform",
"ithil",
"ithilc",
"ithildex",
"linebreak",
"maxtimeout",
"mintimeout",
"npmrc",
"pnpm",
"popperjs",
"rainbowkit",
"raleway",
"roboto",
"rushstack",
"sepolia",
"snyk",
"sonarjs",
"spila",
"svgr",
"tanstack",
"toastify",
"tradingview",
"tsbuildinfo",
"vercel",
"wagmi",
"wizardex",
"zustand"
],
"import": [],
"version": "0.2",
"words": []
}