forked from oasisprotocol/oasis-wallet-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cspell.yaml
69 lines (58 loc) · 1.02 KB
/
cspell.yaml
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
# cspell configuration.
# For more information, see:
# https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell#customization.
# Version of the config file.
version: 0.2
# List of words that are always considered correct.
words:
- oasisprotocol
- oasisscan
# External packages.
- bignumber
- cbor
- grpc
- tweetnacl
- nacl
- passworder
- reduxjs
- progressbar
- extensionizer
- ledgerhq
- webusb
- qrcode
- nomnoml
- getrandomvalues
- browserslist
# SVG terms.
- evenodd
- xlink
- linecap
- linejoin
- polyline
# HTML terms.
- noopener
# Cryptocurrency-related terms.
- encryptor
- hdkey
- cointypes
- bech
- jazzicon
- mersenne
- secp
# Staking-related terms.
- debonding
- debond
- delegators
- undelegate
# ParaTime-related terms.
- ParaTime
- ParaTimes
- runtimes
- Emerald
# List of words to be always considered incorrect.
flagWords:
- witch
- singer
languageSettings:
- languageId: markdown
caseSensitive: true