-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy pathcspell.json
83 lines (83 loc) · 1.85 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
// cSpell Settings
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
// Version of the setting file. Always 0.2
"version": "0.6",
// language - current active spelling language
"language": "en",
// enabled - enable code editor suggestions
"enabled": true,
"files": [
"./setup/env-variables/*.md"
],
// useGitignore - use .gitignore to exclude files from checking
"useGitignore": true,
"ignoreRegExpList": [
// Ignore filecoin f410f-like native addresses
"f410f[a-z2-7]{39}"
],
// words - list of words to be always considered correct
"words": [
"airtable",
"ARBSYS",
"Astar",
"backfiller",
"Beryx",
"Besu",
"blackfort",
"Blockscout",
"blockaid",
"chaintype",
"checksummed",
"Celestia",
"COEFF",
"Graphi",
"CRYPTOCOMPARE",
"Cryptorank",
"defillama",
"Dencun",
"displayment",
"ecto",
"endhint",
"filecoin",
"Filfox",
"Erigon",
"gitbook",
"hardfork",
"ipfs",
"MARKETCAP",
"Mobula",
"Multichain",
"nbvkhadvnbkdfav",
"ndjkfvndfkjv",
"Nethermind",
"Nonfungible",
"Noves",
"poanetwork",
"REINDEX",
"reindexing",
"remasc",
"rollups",
"Safelow",
"Sendgrid",
"SIWE",
"Sokol",
"shibarium",
"Solidityscan",
"Sourcify",
"stablecoins",
"subnetwork",
"superchain",
"txpool",
"Ueberauth",
"unindexed",
"watchlist",
"xdai",
"Xname",
"zetachain",
"zilliqa",
"zkbob",
"zkevm",
"zksync"
]
}