-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcspell.json
64 lines (64 loc) · 1.17 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
{
"ignorePaths": [
"node_modules", // Don't want to spell check dependencies; by default only top-level node_modules is ignored
"icons", // Don't want to spell check SVG files (at least not path data...)
"images", // Reserved; don't want to spell check SVG files
"build", // Used by CRA's `react-scripts build`
"out", // Reserved; may be used for an Electron app in the future
"dist", // Reserved
"*.tsbuildinfo" // TypeScript incremental compilation cache
],
"words": [
"anypalette",
"asynchrony",
"autosaved",
"Autosaves",
"Benigoi",
"browserslist",
"chksum",
"Colorbox",
"DDDBD",
"discontiguous",
"Emscripten",
"expandables",
"flaticons",
"freedo",
"fundo",
"haha",
"HNID",
"HNIDs",
"homescreen",
"Inkscape",
"IPFS",
"jspaint",
"Kigoi",
"libp2p",
"localforage",
"mallendeo",
"minusculely",
"monospace",
"Mopaint",
"multiism",
"multilines",
"nonblock",
"nonwords",
"noopener",
"noreferrer",
"Odhner",
"Parens",
"pcal",
"Photoshop",
"pngram",
"precached",
"prereq",
"pseudorandomness",
"reencoded",
"REISUB",
"rgba",
"sockjs",
"subresources",
"undos",
"UPNG",
"webfonts"
]
}