-
Notifications
You must be signed in to change notification settings - Fork 15
/
cspell.json
81 lines (81 loc) · 1.4 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
{
"version": "0.2",
"ignorePaths": [
"**/node_modules/**",
"**/dist/**",
"**/*.snap",
"**/*.config.js",
"**/package.json",
"**/*.lock",
"**/CHANGELOG.md",
"**/*.test.ts",
"**/*.fixtures.ts",
"**/*.xml"
],
"language": "en,en-GB",
"dictionaryDefinitions": [],
"dictionaries": [],
"caseSensitive": false,
"words": [
"accum",
"addressesprediction",
"autofix",
"castleio",
"collectpoints",
"contentzone",
"cttpage",
"ECOMMERCE",
"emailtokens",
"emailtokensvalidation",
"environmentcode",
"metas",
"Metatag",
"Metatags",
"middlewares",
"mobileapp",
"navbars",
"pageindex",
"Pageview",
"pageviews",
"passwordchange",
"passwordrecover",
"passwordreset",
"Pathorder",
"PRODUCTSLISTING",
"Promocode",
"rememberme",
"resetted",
"Screenview",
"shortdescription",
"sizebycategory",
"sizeguide",
"SIZEGUIDES",
"sizesbycategory",
"SIZESCALE",
"sortdirection",
"stockpoint",
"subscriptionpackages",
"whishlist"
],
"ignoreWords": [
"axios",
"browserslist",
"castleio",
"commitlint",
"Farfetch",
"flowtype",
"forter",
"immer",
"localstorage",
"lodash",
"normalizr",
"Omnitracking",
"rimraf",
"riskified",
"tsdoc",
"typeahead",
"yalc",
"Zaraz"
],
"import": []
}