@taiga-ui/cspell-config 0.22.0 → 0.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/configs/all.json +431 -0
- package/cspell.config.js +19 -11
- package/package.json +1 -1
- package/configs/angular.json +0 -31
- package/configs/ci-cd.json +0 -28
- package/configs/common.json +0 -58
- package/configs/countries.json +0 -28
- package/configs/names.json +0 -66
- package/configs/resources.json +0 -44
- package/configs/software.json +0 -41
- package/configs/star-wars.json +0 -5
- package/configs/taiga-ui.json +0 -61
- package/configs/web-keywords.json +0 -117
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.23.0](https://github.com/taiga-family/linters/compare/@taiga-ui/cspell-config@0.22.0...@taiga-ui/cspell-config@0.23.0) (2023-11-22)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **cspell-config:** refactor config
|
|
11
|
+
([d482487](https://github.com/taiga-family/linters/commit/d48248710d00e83ccc2e93f9b4a92df1166e4d49))
|
|
12
|
+
|
|
13
|
+
# Change Log
|
|
14
|
+
|
|
15
|
+
All notable changes to this project will be documented in this file. See
|
|
16
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
17
|
+
|
|
6
18
|
# [0.22.0](https://github.com/taiga-family/linters/compare/@taiga-ui/cspell-config@0.21.0...@taiga-ui/cspell-config@0.22.0) (2023-11-21)
|
|
7
19
|
|
|
8
20
|
### Features
|
package/configs/all.json
ADDED
|
@@ -0,0 +1,431 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
|
3
|
+
"caseSensitive": false,
|
|
4
|
+
"import": [
|
|
5
|
+
"node_modules/@cspell/dict-public-licenses/cspell-ext.json",
|
|
6
|
+
"node_modules/@cspell/dict-scientific-terms-us/cspell-ext.json",
|
|
7
|
+
"node_modules/@cspell/dict-companies/cspell-ext.json",
|
|
8
|
+
"node_modules/@cspell/dict-docker/cspell-ext.json",
|
|
9
|
+
"node_modules/@cspell/dict-k8s/cspell-ext.json",
|
|
10
|
+
"node_modules/@cspell/dict-java/cspell-ext.json",
|
|
11
|
+
"node_modules/@cspell/dict-typescript/cspell-ext.json",
|
|
12
|
+
"node_modules/@cspell/dict-filetypes/cspell-ext.json",
|
|
13
|
+
"node_modules/@cspell/dict-git/cspell-ext.json",
|
|
14
|
+
"node_modules/@cspell/dict-fullstack/cspell-ext.json",
|
|
15
|
+
"node_modules/@cspell/dict-software-terms/cspell-ext.json",
|
|
16
|
+
"node_modules/@cspell/dict-html-symbol-entities/cspell-ext.json",
|
|
17
|
+
"node_modules/@cspell/dict-npm/cspell-ext.json",
|
|
18
|
+
"node_modules/@cspell/dict-node/cspell-ext.json",
|
|
19
|
+
"node_modules/@cspell/dict-html/cspell-ext.json",
|
|
20
|
+
"node_modules/@cspell/dict-css/cspell-ext.json"
|
|
21
|
+
],
|
|
22
|
+
"words": [
|
|
23
|
+
"angularjs",
|
|
24
|
+
"ngFor",
|
|
25
|
+
"ngIf",
|
|
26
|
+
"nativeElement",
|
|
27
|
+
"elementRef",
|
|
28
|
+
"ngModule",
|
|
29
|
+
"ngSummary",
|
|
30
|
+
"ngFactory",
|
|
31
|
+
"ngStyle",
|
|
32
|
+
"compat",
|
|
33
|
+
"ngcc",
|
|
34
|
+
"dompurify",
|
|
35
|
+
"nguniversal",
|
|
36
|
+
"packagr",
|
|
37
|
+
"nrwl",
|
|
38
|
+
"treeshakable",
|
|
39
|
+
"takeuntil",
|
|
40
|
+
"nosideeffects",
|
|
41
|
+
"titlecase",
|
|
42
|
+
"dasherize",
|
|
43
|
+
"buildable",
|
|
44
|
+
"cacheable",
|
|
45
|
+
"prerender",
|
|
46
|
+
"routable",
|
|
47
|
+
"takewhile",
|
|
48
|
+
"postbuild",
|
|
49
|
+
"prebuild",
|
|
50
|
+
"postchangelog",
|
|
51
|
+
"commitlint",
|
|
52
|
+
"precommit",
|
|
53
|
+
"postbump",
|
|
54
|
+
"autofix",
|
|
55
|
+
"autorebase",
|
|
56
|
+
"codeql",
|
|
57
|
+
"codeowners",
|
|
58
|
+
"metrika",
|
|
59
|
+
"datasources",
|
|
60
|
+
"stylelint",
|
|
61
|
+
"autoprefixer",
|
|
62
|
+
"ssim",
|
|
63
|
+
"shellcheck",
|
|
64
|
+
"xvfb",
|
|
65
|
+
"MITSHM",
|
|
66
|
+
"subdir",
|
|
67
|
+
"bundlphobia",
|
|
68
|
+
"gitlabci",
|
|
69
|
+
"automerge",
|
|
70
|
+
"nevermind",
|
|
71
|
+
"clearbtn",
|
|
72
|
+
"chainer",
|
|
73
|
+
"quasis",
|
|
74
|
+
"fnames",
|
|
75
|
+
"pinapples",
|
|
76
|
+
"raquo",
|
|
77
|
+
"laquo",
|
|
78
|
+
"luhn",
|
|
79
|
+
"unkillable",
|
|
80
|
+
"coef",
|
|
81
|
+
"macbook",
|
|
82
|
+
"behaviour",
|
|
83
|
+
"huck",
|
|
84
|
+
"inet",
|
|
85
|
+
"snapshotting",
|
|
86
|
+
"screenshotting",
|
|
87
|
+
"callees",
|
|
88
|
+
"subpage",
|
|
89
|
+
"nocheck",
|
|
90
|
+
"frontside",
|
|
91
|
+
"coffeeshop",
|
|
92
|
+
"docflow",
|
|
93
|
+
"encashment",
|
|
94
|
+
"eshop",
|
|
95
|
+
"fastfood",
|
|
96
|
+
"icecream",
|
|
97
|
+
"mortage",
|
|
98
|
+
"noicon",
|
|
99
|
+
"paypass",
|
|
100
|
+
"gamepad",
|
|
101
|
+
"UI's",
|
|
102
|
+
"replicant",
|
|
103
|
+
"timecop",
|
|
104
|
+
"babelfish",
|
|
105
|
+
"lightskyblue",
|
|
106
|
+
"warhammer",
|
|
107
|
+
"dogecoins",
|
|
108
|
+
"odnoklassniki",
|
|
109
|
+
"tiktok",
|
|
110
|
+
"humo",
|
|
111
|
+
"uzcard",
|
|
112
|
+
"userpic",
|
|
113
|
+
"dont",
|
|
114
|
+
"сhar",
|
|
115
|
+
"callout",
|
|
116
|
+
"replicant",
|
|
117
|
+
"replicants",
|
|
118
|
+
"Eustatius",
|
|
119
|
+
"Bouvet",
|
|
120
|
+
"Darussalam",
|
|
121
|
+
"Burkina",
|
|
122
|
+
"Faso",
|
|
123
|
+
"Cabo",
|
|
124
|
+
"Rica",
|
|
125
|
+
"Côte",
|
|
126
|
+
"d'Ivoire",
|
|
127
|
+
"Eswatini",
|
|
128
|
+
"Réunion",
|
|
129
|
+
"Barthélemy",
|
|
130
|
+
"Kitts",
|
|
131
|
+
"Marino",
|
|
132
|
+
"Maarten",
|
|
133
|
+
"Mayen",
|
|
134
|
+
"Leste",
|
|
135
|
+
"Tokelau",
|
|
136
|
+
"Caicos",
|
|
137
|
+
"Viet",
|
|
138
|
+
"Futuna",
|
|
139
|
+
"Åland",
|
|
140
|
+
"Inkin",
|
|
141
|
+
"Sedov",
|
|
142
|
+
"Barsukov",
|
|
143
|
+
"Potekhin",
|
|
144
|
+
"Demenskiy",
|
|
145
|
+
"Mamaev",
|
|
146
|
+
"Evgeniy",
|
|
147
|
+
"Dmitriy",
|
|
148
|
+
"Deckard",
|
|
149
|
+
"Targaryen",
|
|
150
|
+
"Andals",
|
|
151
|
+
"Rhoynar",
|
|
152
|
+
"Thirlwell",
|
|
153
|
+
"Moser",
|
|
154
|
+
"Ripburger",
|
|
155
|
+
"Corley",
|
|
156
|
+
"Khaleesi",
|
|
157
|
+
"Mormont",
|
|
158
|
+
"Jorah",
|
|
159
|
+
"Meereen",
|
|
160
|
+
"Daenerys",
|
|
161
|
+
"Trautman",
|
|
162
|
+
"Schwimmer",
|
|
163
|
+
"Tribbiani",
|
|
164
|
+
"Buffay",
|
|
165
|
+
"Bedevere",
|
|
166
|
+
"Aniston",
|
|
167
|
+
"Forstater",
|
|
168
|
+
"Kudrow",
|
|
169
|
+
"Courteney",
|
|
170
|
+
"José",
|
|
171
|
+
"García",
|
|
172
|
+
"Márquez",
|
|
173
|
+
"Concordia",
|
|
174
|
+
"Mamaev",
|
|
175
|
+
"Cleese",
|
|
176
|
+
"Palin",
|
|
177
|
+
"Durden",
|
|
178
|
+
"Necolas",
|
|
179
|
+
"Innes",
|
|
180
|
+
"Ishmametiev",
|
|
181
|
+
"Katsuba",
|
|
182
|
+
"Yulia",
|
|
183
|
+
"Tsareva",
|
|
184
|
+
"Maksim",
|
|
185
|
+
"Ivanov",
|
|
186
|
+
"Gambolputty",
|
|
187
|
+
"Marsi",
|
|
188
|
+
"Barsi",
|
|
189
|
+
"waterplea",
|
|
190
|
+
"vladimirpotekhin",
|
|
191
|
+
"nsbarsukov",
|
|
192
|
+
"danielreiser",
|
|
193
|
+
"Ivanovich",
|
|
194
|
+
"maartentibau",
|
|
195
|
+
"nevzatopcu",
|
|
196
|
+
"samosunaz",
|
|
197
|
+
"egbakou",
|
|
198
|
+
"splincode",
|
|
199
|
+
"Statham",
|
|
200
|
+
"dribbble",
|
|
201
|
+
"codepen",
|
|
202
|
+
"opensource",
|
|
203
|
+
"codesandbox",
|
|
204
|
+
"devplatform",
|
|
205
|
+
"lcov",
|
|
206
|
+
"codecov",
|
|
207
|
+
"renovatebot",
|
|
208
|
+
"devkit",
|
|
209
|
+
"tinkoff",
|
|
210
|
+
"webcontainer",
|
|
211
|
+
"webvisor",
|
|
212
|
+
"clickmap",
|
|
213
|
+
"mastercard",
|
|
214
|
+
"bundlemon",
|
|
215
|
+
"codeflow",
|
|
216
|
+
"codegen",
|
|
217
|
+
"mockito",
|
|
218
|
+
"stackblitz",
|
|
219
|
+
"indepth",
|
|
220
|
+
"qiwi",
|
|
221
|
+
"slurm",
|
|
222
|
+
"picsum",
|
|
223
|
+
"tiptap",
|
|
224
|
+
"imgbb",
|
|
225
|
+
"highlightjs",
|
|
226
|
+
"prosemirror",
|
|
227
|
+
"libphonenumber",
|
|
228
|
+
"hljs",
|
|
229
|
+
"okaidia",
|
|
230
|
+
"prismjs",
|
|
231
|
+
"filesio",
|
|
232
|
+
"collab",
|
|
233
|
+
"jsowl",
|
|
234
|
+
"dinersclub",
|
|
235
|
+
"rupay",
|
|
236
|
+
"unionpay",
|
|
237
|
+
"tsbuildinfo",
|
|
238
|
+
"estree",
|
|
239
|
+
"keyof",
|
|
240
|
+
"typeof",
|
|
241
|
+
"typecheck",
|
|
242
|
+
"instanceof",
|
|
243
|
+
"pluginutils",
|
|
244
|
+
"xdescribe",
|
|
245
|
+
"toolset",
|
|
246
|
+
"preprocessor",
|
|
247
|
+
"preprocessors",
|
|
248
|
+
"postprocessor",
|
|
249
|
+
"postprocessors",
|
|
250
|
+
"loglevel",
|
|
251
|
+
"codespaces",
|
|
252
|
+
"kibibytes",
|
|
253
|
+
"typedefs",
|
|
254
|
+
"IIFE",
|
|
255
|
+
"topromise",
|
|
256
|
+
"switchmap",
|
|
257
|
+
"plusplus",
|
|
258
|
+
"camelcase",
|
|
259
|
+
"stylelintrc",
|
|
260
|
+
"teardowns",
|
|
261
|
+
"sonarjs",
|
|
262
|
+
"starwars",
|
|
263
|
+
"sith",
|
|
264
|
+
"stormtrooper",
|
|
265
|
+
"lightsaber",
|
|
266
|
+
"Skywalker",
|
|
267
|
+
"Leia",
|
|
268
|
+
"Kenobi",
|
|
269
|
+
"Anakin",
|
|
270
|
+
"hoverable",
|
|
271
|
+
"stringifier",
|
|
272
|
+
"stringifiable",
|
|
273
|
+
"clickthrough",
|
|
274
|
+
"clearinput",
|
|
275
|
+
"fullsize",
|
|
276
|
+
"observee",
|
|
277
|
+
"bday",
|
|
278
|
+
"zonefull",
|
|
279
|
+
"zoomable",
|
|
280
|
+
"scroller",
|
|
281
|
+
"zonefree",
|
|
282
|
+
"textfields",
|
|
283
|
+
"toggleable",
|
|
284
|
+
"tuiDocHeader",
|
|
285
|
+
"tuiTextfieldExampleText",
|
|
286
|
+
"tuiTextfieldInputmode",
|
|
287
|
+
"tuiTextfieldMaxlength",
|
|
288
|
+
"tuiTextfieldType",
|
|
289
|
+
"tuiTextfield",
|
|
290
|
+
"tuiTextfieldAutocomplete",
|
|
291
|
+
"tuiExpandContent",
|
|
292
|
+
"resizeable",
|
|
293
|
+
"resizer",
|
|
294
|
+
"checkmark",
|
|
295
|
+
"polymorpheus",
|
|
296
|
+
"pseudofocus",
|
|
297
|
+
"dialogable",
|
|
298
|
+
"autocolor",
|
|
299
|
+
"autoclose",
|
|
300
|
+
"treeItem",
|
|
301
|
+
"tablebars",
|
|
302
|
+
"inputColor",
|
|
303
|
+
"buttongroup",
|
|
304
|
+
"combobox",
|
|
305
|
+
"dataPicker",
|
|
306
|
+
"maskito",
|
|
307
|
+
"tuiOption",
|
|
308
|
+
"iconalign",
|
|
309
|
+
"spacebar",
|
|
310
|
+
"zoneful",
|
|
311
|
+
"whiteblock",
|
|
312
|
+
"retrigger",
|
|
313
|
+
"strikethrough",
|
|
314
|
+
"unobserve",
|
|
315
|
+
"overscroll",
|
|
316
|
+
"subpages",
|
|
317
|
+
"hilite",
|
|
318
|
+
"starterKit",
|
|
319
|
+
"tuiaction",
|
|
320
|
+
"blockstatus",
|
|
321
|
+
"piechart",
|
|
322
|
+
"barchart",
|
|
323
|
+
"scrollbar",
|
|
324
|
+
"scrollbars",
|
|
325
|
+
"mouseclick",
|
|
326
|
+
"labelledby",
|
|
327
|
+
"menuitemradio",
|
|
328
|
+
"menuitemcheckbox",
|
|
329
|
+
"selectall",
|
|
330
|
+
"onbeforeinput",
|
|
331
|
+
"beforeinput",
|
|
332
|
+
"boxshadow",
|
|
333
|
+
"compositionend",
|
|
334
|
+
"compositionstart",
|
|
335
|
+
"listbox",
|
|
336
|
+
"maxlength",
|
|
337
|
+
"inputmode",
|
|
338
|
+
"activedescendant",
|
|
339
|
+
"transitionstart",
|
|
340
|
+
"transitionend",
|
|
341
|
+
"colwidth",
|
|
342
|
+
"sublink",
|
|
343
|
+
"blockquote",
|
|
344
|
+
"fullscreen",
|
|
345
|
+
"nesw",
|
|
346
|
+
"asynciterable",
|
|
347
|
+
"autofilled",
|
|
348
|
+
"keymap",
|
|
349
|
+
"ccexpiryyear",
|
|
350
|
+
"keydown",
|
|
351
|
+
"ruleset",
|
|
352
|
+
"iframe",
|
|
353
|
+
"nowrap",
|
|
354
|
+
"focusable",
|
|
355
|
+
"valuenow",
|
|
356
|
+
"valuemin",
|
|
357
|
+
"whitespaces",
|
|
358
|
+
"rowspan",
|
|
359
|
+
"colspan",
|
|
360
|
+
"colspan",
|
|
361
|
+
"valuemax",
|
|
362
|
+
"inputrules",
|
|
363
|
+
"hsla",
|
|
364
|
+
"khtml",
|
|
365
|
+
"contenteditable",
|
|
366
|
+
"fullwidth",
|
|
367
|
+
"nwse",
|
|
368
|
+
"downarrow",
|
|
369
|
+
"rightarrow",
|
|
370
|
+
"leftarrow",
|
|
371
|
+
"uparrow",
|
|
372
|
+
"JSDOM",
|
|
373
|
+
"rightclick",
|
|
374
|
+
"thead",
|
|
375
|
+
"tbody",
|
|
376
|
+
"datalist",
|
|
377
|
+
"mouseenter",
|
|
378
|
+
"evenodd",
|
|
379
|
+
"tabindex",
|
|
380
|
+
"mousemove",
|
|
381
|
+
"mousedown",
|
|
382
|
+
"dragend",
|
|
383
|
+
"touchmove",
|
|
384
|
+
"touchend",
|
|
385
|
+
"touchstart",
|
|
386
|
+
"rgba",
|
|
387
|
+
"mouseleave",
|
|
388
|
+
"mouseup",
|
|
389
|
+
"dragover",
|
|
390
|
+
"dragenter",
|
|
391
|
+
"mouseout",
|
|
392
|
+
"gridpattern",
|
|
393
|
+
"dragleave",
|
|
394
|
+
"outdent",
|
|
395
|
+
"xlink",
|
|
396
|
+
"autofilling",
|
|
397
|
+
"autofocus",
|
|
398
|
+
"autoscroll",
|
|
399
|
+
"clearfix",
|
|
400
|
+
"dpcm",
|
|
401
|
+
"xmlId",
|
|
402
|
+
"hdpi",
|
|
403
|
+
"dropcursor",
|
|
404
|
+
"gapcursor",
|
|
405
|
+
"doctag",
|
|
406
|
+
"wysiwyg",
|
|
407
|
+
"allowtransparency",
|
|
408
|
+
"linkify",
|
|
409
|
+
"ponyfill",
|
|
410
|
+
"nbsp",
|
|
411
|
+
"blockquotes",
|
|
412
|
+
"datetime",
|
|
413
|
+
"nums",
|
|
414
|
+
"noopener",
|
|
415
|
+
"noreferrer",
|
|
416
|
+
"nofollow",
|
|
417
|
+
"viewbox",
|
|
418
|
+
"controlsList",
|
|
419
|
+
"nodownload",
|
|
420
|
+
"textbox",
|
|
421
|
+
"serialiser",
|
|
422
|
+
"selectednode",
|
|
423
|
+
"networkidle",
|
|
424
|
+
"retarget",
|
|
425
|
+
"retargeted",
|
|
426
|
+
"macrotask",
|
|
427
|
+
"microtask",
|
|
428
|
+
"hitbox",
|
|
429
|
+
"tuiIconButton"
|
|
430
|
+
]
|
|
431
|
+
}
|
package/cspell.config.js
CHANGED
|
@@ -3,22 +3,30 @@ module.exports = {
|
|
|
3
3
|
'https://raw.githubusercontent.com/streetsidesoftware/master/cspell.schema.json',
|
|
4
4
|
caseSensitive: false,
|
|
5
5
|
files: ['*/*.*'],
|
|
6
|
-
ignorePaths: [
|
|
6
|
+
ignorePaths: [
|
|
7
|
+
'.git',
|
|
8
|
+
'CHANGELOG.md',
|
|
9
|
+
'.cspell.json',
|
|
10
|
+
'**/dist/**',
|
|
11
|
+
'**/cspell/**',
|
|
12
|
+
'**/assets/**',
|
|
13
|
+
'**/node_modules/**',
|
|
14
|
+
'*.{log,svg,snap,png,ogv,yml}',
|
|
15
|
+
],
|
|
16
|
+
ignoreRegExpList: [
|
|
17
|
+
'\\(https?://.*?\\)',
|
|
18
|
+
'\\/{1}.+\\/{1}',
|
|
19
|
+
'\\%2F.+',
|
|
20
|
+
'\\%2C.+',
|
|
21
|
+
'\\ɵ.+',
|
|
22
|
+
'\\ыва.+',
|
|
23
|
+
],
|
|
7
24
|
import: [
|
|
8
25
|
'./configs/locales/latin.json',
|
|
9
26
|
'./configs/locales/dutch.json',
|
|
10
27
|
'./configs/locales/arabic.json',
|
|
11
28
|
'./configs/locales/ru.json',
|
|
12
|
-
'./configs/
|
|
13
|
-
'./configs/names.json',
|
|
14
|
-
'./configs/countries.json',
|
|
15
|
-
'./configs/web-keywords.json',
|
|
16
|
-
'./configs/software.json',
|
|
17
|
-
'./configs/taiga-ui.json',
|
|
18
|
-
'./configs/angular.json',
|
|
19
|
-
'./configs/resources.json',
|
|
20
|
-
'./configs/star-wars.json',
|
|
21
|
-
'./configs/ci-cd.json',
|
|
29
|
+
'./configs/all.json',
|
|
22
30
|
],
|
|
23
31
|
language: 'en,ru,ar,lorem',
|
|
24
32
|
useGitignore: true,
|
package/package.json
CHANGED
package/configs/angular.json
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
|
3
|
-
"caseSensitive": false,
|
|
4
|
-
"words": [
|
|
5
|
-
"angularjs",
|
|
6
|
-
"ngFor",
|
|
7
|
-
"ngIf",
|
|
8
|
-
"nativeElement",
|
|
9
|
-
"elementRef",
|
|
10
|
-
"ngModule",
|
|
11
|
-
"ngSummary",
|
|
12
|
-
"ngFactory",
|
|
13
|
-
"ngStyle",
|
|
14
|
-
"compat",
|
|
15
|
-
"ngcc",
|
|
16
|
-
"dompurify",
|
|
17
|
-
"nguniversal",
|
|
18
|
-
"packagr",
|
|
19
|
-
"nrwl",
|
|
20
|
-
"treeshakable",
|
|
21
|
-
"takeuntil",
|
|
22
|
-
"nosideeffects",
|
|
23
|
-
"titlecase",
|
|
24
|
-
"dasherize",
|
|
25
|
-
"buildable",
|
|
26
|
-
"cacheable",
|
|
27
|
-
"prerender",
|
|
28
|
-
"routable",
|
|
29
|
-
"takewhile"
|
|
30
|
-
]
|
|
31
|
-
}
|
package/configs/ci-cd.json
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
|
3
|
-
"caseSensitive": false,
|
|
4
|
-
"words": [
|
|
5
|
-
"postbuild",
|
|
6
|
-
"prebuild",
|
|
7
|
-
"postchangelog",
|
|
8
|
-
"commitlint",
|
|
9
|
-
"precommit",
|
|
10
|
-
"postbump",
|
|
11
|
-
"autofix",
|
|
12
|
-
"autorebase",
|
|
13
|
-
"codeql",
|
|
14
|
-
"codeowners",
|
|
15
|
-
"metrika",
|
|
16
|
-
"datasources",
|
|
17
|
-
"stylelint",
|
|
18
|
-
"autoprefixer",
|
|
19
|
-
"ssim",
|
|
20
|
-
"shellcheck",
|
|
21
|
-
"xvfb",
|
|
22
|
-
"MITSHM",
|
|
23
|
-
"subdir",
|
|
24
|
-
"bundlphobia",
|
|
25
|
-
"gitlabci",
|
|
26
|
-
"automerge"
|
|
27
|
-
]
|
|
28
|
-
}
|
package/configs/common.json
DELETED
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
|
3
|
-
"caseSensitive": false,
|
|
4
|
-
"import": [
|
|
5
|
-
"node_modules/@cspell/dict-public-licenses/cspell-ext.json",
|
|
6
|
-
"node_modules/@cspell/dict-scientific-terms-us/cspell-ext.json"
|
|
7
|
-
],
|
|
8
|
-
"words": [
|
|
9
|
-
"nevermind",
|
|
10
|
-
"clearbtn",
|
|
11
|
-
"chainer",
|
|
12
|
-
"quasis",
|
|
13
|
-
"fnames",
|
|
14
|
-
"pinapples",
|
|
15
|
-
"raquo",
|
|
16
|
-
"laquo",
|
|
17
|
-
"luhn",
|
|
18
|
-
"unkillable",
|
|
19
|
-
"coef",
|
|
20
|
-
"macbook",
|
|
21
|
-
"behaviour",
|
|
22
|
-
"huck",
|
|
23
|
-
"inet",
|
|
24
|
-
"snapshotting",
|
|
25
|
-
"screenshotting",
|
|
26
|
-
"callees",
|
|
27
|
-
"subpage",
|
|
28
|
-
"nocheck",
|
|
29
|
-
"frontside",
|
|
30
|
-
"coffeeshop",
|
|
31
|
-
"docflow",
|
|
32
|
-
"encashment",
|
|
33
|
-
"eshop",
|
|
34
|
-
"fastfood",
|
|
35
|
-
"icecream",
|
|
36
|
-
"mortage",
|
|
37
|
-
"noicon",
|
|
38
|
-
"paypass",
|
|
39
|
-
"gamepad",
|
|
40
|
-
"UI's",
|
|
41
|
-
"replicant",
|
|
42
|
-
"timecop",
|
|
43
|
-
"babelfish",
|
|
44
|
-
"lightskyblue",
|
|
45
|
-
"warhammer",
|
|
46
|
-
"dogecoins",
|
|
47
|
-
"odnoklassniki",
|
|
48
|
-
"tiktok",
|
|
49
|
-
"humo",
|
|
50
|
-
"uzcard",
|
|
51
|
-
"userpic",
|
|
52
|
-
"dont",
|
|
53
|
-
"сhar",
|
|
54
|
-
"callout",
|
|
55
|
-
"replicant",
|
|
56
|
-
"replicants"
|
|
57
|
-
]
|
|
58
|
-
}
|
package/configs/countries.json
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
|
3
|
-
"caseSensitive": false,
|
|
4
|
-
"words": [
|
|
5
|
-
"Eustatius",
|
|
6
|
-
"Bouvet",
|
|
7
|
-
"Darussalam",
|
|
8
|
-
"Burkina",
|
|
9
|
-
"Faso",
|
|
10
|
-
"Cabo",
|
|
11
|
-
"Rica",
|
|
12
|
-
"Côte",
|
|
13
|
-
"d'Ivoire",
|
|
14
|
-
"Eswatini",
|
|
15
|
-
"Réunion",
|
|
16
|
-
"Barthélemy",
|
|
17
|
-
"Kitts",
|
|
18
|
-
"Marino",
|
|
19
|
-
"Maarten",
|
|
20
|
-
"Mayen",
|
|
21
|
-
"Leste",
|
|
22
|
-
"Tokelau",
|
|
23
|
-
"Caicos",
|
|
24
|
-
"Viet",
|
|
25
|
-
"Futuna",
|
|
26
|
-
"Åland"
|
|
27
|
-
]
|
|
28
|
-
}
|
package/configs/names.json
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
|
3
|
-
"caseSensitive": false,
|
|
4
|
-
"words": [
|
|
5
|
-
"Inkin",
|
|
6
|
-
"Sedov",
|
|
7
|
-
"Barsukov",
|
|
8
|
-
"Potekhin",
|
|
9
|
-
"Demenskiy",
|
|
10
|
-
"Mamaev",
|
|
11
|
-
"Evgeniy",
|
|
12
|
-
"Dmitriy",
|
|
13
|
-
"Deckard",
|
|
14
|
-
"Targaryen",
|
|
15
|
-
"Andals",
|
|
16
|
-
"Rhoynar",
|
|
17
|
-
"Thirlwell",
|
|
18
|
-
"Moser",
|
|
19
|
-
"Ripburger",
|
|
20
|
-
"Corley",
|
|
21
|
-
"Khaleesi",
|
|
22
|
-
"Mormont",
|
|
23
|
-
"Jorah",
|
|
24
|
-
"Meereen",
|
|
25
|
-
"Daenerys",
|
|
26
|
-
"Trautman",
|
|
27
|
-
"Schwimmer",
|
|
28
|
-
"Tribbiani",
|
|
29
|
-
"Buffay",
|
|
30
|
-
"Bedevere",
|
|
31
|
-
"Aniston",
|
|
32
|
-
"Forstater",
|
|
33
|
-
"Kudrow",
|
|
34
|
-
"Courteney",
|
|
35
|
-
"José",
|
|
36
|
-
"García",
|
|
37
|
-
"Márquez",
|
|
38
|
-
"Concordia",
|
|
39
|
-
"Mamaev",
|
|
40
|
-
"Cleese",
|
|
41
|
-
"Palin",
|
|
42
|
-
"Durden",
|
|
43
|
-
"Necolas",
|
|
44
|
-
"Innes",
|
|
45
|
-
"Ishmametiev",
|
|
46
|
-
"Katsuba",
|
|
47
|
-
"Yulia",
|
|
48
|
-
"Tsareva",
|
|
49
|
-
"Maksim",
|
|
50
|
-
"Ivanov",
|
|
51
|
-
"Gambolputty",
|
|
52
|
-
"Marsi",
|
|
53
|
-
"Barsi",
|
|
54
|
-
"waterplea",
|
|
55
|
-
"vladimirpotekhin",
|
|
56
|
-
"nsbarsukov",
|
|
57
|
-
"danielreiser",
|
|
58
|
-
"Ivanovich",
|
|
59
|
-
"maartentibau",
|
|
60
|
-
"nevzatopcu",
|
|
61
|
-
"samosunaz",
|
|
62
|
-
"egbakou",
|
|
63
|
-
"splincode",
|
|
64
|
-
"Statham"
|
|
65
|
-
]
|
|
66
|
-
}
|
package/configs/resources.json
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
|
3
|
-
"caseSensitive": false,
|
|
4
|
-
"import": ["node_modules/@cspell/dict-companies/cspell-ext.json"],
|
|
5
|
-
"words": [
|
|
6
|
-
"dribbble",
|
|
7
|
-
"codepen",
|
|
8
|
-
"opensource",
|
|
9
|
-
"codesandbox",
|
|
10
|
-
"devplatform",
|
|
11
|
-
"lcov",
|
|
12
|
-
"codecov",
|
|
13
|
-
"renovatebot",
|
|
14
|
-
"devkit",
|
|
15
|
-
"tinkoff",
|
|
16
|
-
"webcontainer",
|
|
17
|
-
"webvisor",
|
|
18
|
-
"clickmap",
|
|
19
|
-
"mastercard",
|
|
20
|
-
"bundlemon",
|
|
21
|
-
"codeflow",
|
|
22
|
-
"codegen",
|
|
23
|
-
"mockito",
|
|
24
|
-
"stackblitz",
|
|
25
|
-
"indepth",
|
|
26
|
-
"qiwi",
|
|
27
|
-
"slurm",
|
|
28
|
-
"picsum",
|
|
29
|
-
"tiptap",
|
|
30
|
-
"imgbb",
|
|
31
|
-
"highlightjs",
|
|
32
|
-
"prosemirror",
|
|
33
|
-
"libphonenumber",
|
|
34
|
-
"hljs",
|
|
35
|
-
"okaidia",
|
|
36
|
-
"prismjs",
|
|
37
|
-
"filesio",
|
|
38
|
-
"collab",
|
|
39
|
-
"jsowl",
|
|
40
|
-
"dinersclub",
|
|
41
|
-
"rupay",
|
|
42
|
-
"unionpay"
|
|
43
|
-
]
|
|
44
|
-
}
|
package/configs/software.json
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
|
3
|
-
"caseSensitive": false,
|
|
4
|
-
"import": [
|
|
5
|
-
"node_modules/@cspell/dict-docker/cspell-ext.json",
|
|
6
|
-
"node_modules/@cspell/dict-k8s/cspell-ext.json",
|
|
7
|
-
"node_modules/@cspell/dict-java/cspell-ext.json",
|
|
8
|
-
"node_modules/@cspell/dict-typescript/cspell-ext.json",
|
|
9
|
-
"node_modules/@cspell/dict-filetypes/cspell-ext.json",
|
|
10
|
-
"node_modules/@cspell/dict-git/cspell-ext.json",
|
|
11
|
-
"node_modules/@cspell/dict-fullstack/cspell-ext.json",
|
|
12
|
-
"node_modules/@cspell/dict-software-terms/cspell-ext.json"
|
|
13
|
-
],
|
|
14
|
-
"words": [
|
|
15
|
-
"tsbuildinfo",
|
|
16
|
-
"estree",
|
|
17
|
-
"keyof",
|
|
18
|
-
"typeof",
|
|
19
|
-
"typecheck",
|
|
20
|
-
"instanceof",
|
|
21
|
-
"pluginutils",
|
|
22
|
-
"xdescribe",
|
|
23
|
-
"toolset",
|
|
24
|
-
"preprocessor",
|
|
25
|
-
"preprocessors",
|
|
26
|
-
"postprocessor",
|
|
27
|
-
"postprocessors",
|
|
28
|
-
"loglevel",
|
|
29
|
-
"codespaces",
|
|
30
|
-
"kibibytes",
|
|
31
|
-
"typedefs",
|
|
32
|
-
"IIFE",
|
|
33
|
-
"topromise",
|
|
34
|
-
"switchmap",
|
|
35
|
-
"plusplus",
|
|
36
|
-
"camelcase",
|
|
37
|
-
"stylelintrc",
|
|
38
|
-
"teardowns",
|
|
39
|
-
"sonarjs"
|
|
40
|
-
]
|
|
41
|
-
}
|
package/configs/star-wars.json
DELETED
package/configs/taiga-ui.json
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
|
3
|
-
"caseSensitive": false,
|
|
4
|
-
"words": [
|
|
5
|
-
"hoverable",
|
|
6
|
-
"stringifier",
|
|
7
|
-
"stringifiable",
|
|
8
|
-
"clickthrough",
|
|
9
|
-
"clearinput",
|
|
10
|
-
"fullsize",
|
|
11
|
-
"observee",
|
|
12
|
-
"bday",
|
|
13
|
-
"zonefull",
|
|
14
|
-
"zoomable",
|
|
15
|
-
"scroller",
|
|
16
|
-
"zonefree",
|
|
17
|
-
"textfields",
|
|
18
|
-
"toggleable",
|
|
19
|
-
"tuiDocHeader",
|
|
20
|
-
"tuiTextfieldExampleText",
|
|
21
|
-
"tuiTextfieldInputmode",
|
|
22
|
-
"tuiTextfieldMaxlength",
|
|
23
|
-
"tuiTextfieldType",
|
|
24
|
-
"tuiTextfield",
|
|
25
|
-
"tuiTextfieldAutocomplete",
|
|
26
|
-
"tuiExpandContent",
|
|
27
|
-
"resizeable",
|
|
28
|
-
"resizer",
|
|
29
|
-
"checkmark",
|
|
30
|
-
"polymorpheus",
|
|
31
|
-
"pseudofocus",
|
|
32
|
-
"dialogable",
|
|
33
|
-
"autocolor",
|
|
34
|
-
"autoclose",
|
|
35
|
-
"treeItem",
|
|
36
|
-
"tablebars",
|
|
37
|
-
"inputColor",
|
|
38
|
-
"buttongroup",
|
|
39
|
-
"combobox",
|
|
40
|
-
"dataPicker",
|
|
41
|
-
"maskito",
|
|
42
|
-
"tuiOption",
|
|
43
|
-
"iconalign",
|
|
44
|
-
"spacebar",
|
|
45
|
-
"zoneful",
|
|
46
|
-
"whiteblock",
|
|
47
|
-
"retrigger",
|
|
48
|
-
"strikethrough",
|
|
49
|
-
"unobserve",
|
|
50
|
-
"overscroll",
|
|
51
|
-
"subpages",
|
|
52
|
-
"hilite",
|
|
53
|
-
"starterKit",
|
|
54
|
-
"tuiaction",
|
|
55
|
-
"blockstatus",
|
|
56
|
-
"piechart",
|
|
57
|
-
"barchart",
|
|
58
|
-
"scrollbar",
|
|
59
|
-
"scrollbars"
|
|
60
|
-
]
|
|
61
|
-
}
|
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
|
3
|
-
"caseSensitive": false,
|
|
4
|
-
"import": [
|
|
5
|
-
"node_modules/@cspell/dict-html-symbol-entities/cspell-ext.json",
|
|
6
|
-
"node_modules/@cspell/dict-npm/cspell-ext.json",
|
|
7
|
-
"node_modules/@cspell/dict-node/cspell-ext.json",
|
|
8
|
-
"node_modules/@cspell/dict-html/cspell-ext.json",
|
|
9
|
-
"node_modules/@cspell/dict-css/cspell-ext.json"
|
|
10
|
-
],
|
|
11
|
-
"words": [
|
|
12
|
-
"mouseclick",
|
|
13
|
-
"labelledby",
|
|
14
|
-
"menuitemradio",
|
|
15
|
-
"menuitemcheckbox",
|
|
16
|
-
"selectall",
|
|
17
|
-
"onbeforeinput",
|
|
18
|
-
"beforeinput",
|
|
19
|
-
"boxshadow",
|
|
20
|
-
"compositionend",
|
|
21
|
-
"compositionstart",
|
|
22
|
-
"listbox",
|
|
23
|
-
"maxlength",
|
|
24
|
-
"inputmode",
|
|
25
|
-
"activedescendant",
|
|
26
|
-
"transitionstart",
|
|
27
|
-
"transitionend",
|
|
28
|
-
"colwidth",
|
|
29
|
-
"sublink",
|
|
30
|
-
"blockquote",
|
|
31
|
-
"fullscreen",
|
|
32
|
-
"nesw",
|
|
33
|
-
"asynciterable",
|
|
34
|
-
"autofilled",
|
|
35
|
-
"keymap",
|
|
36
|
-
"ccexpiryyear",
|
|
37
|
-
"keydown",
|
|
38
|
-
"ruleset",
|
|
39
|
-
"iframe",
|
|
40
|
-
"nowrap",
|
|
41
|
-
"focusable",
|
|
42
|
-
"valuenow",
|
|
43
|
-
"valuemin",
|
|
44
|
-
"whitespaces",
|
|
45
|
-
"rowspan",
|
|
46
|
-
"colspan",
|
|
47
|
-
"colspan",
|
|
48
|
-
"valuemax",
|
|
49
|
-
"inputrules",
|
|
50
|
-
"hsla",
|
|
51
|
-
"khtml",
|
|
52
|
-
"contenteditable",
|
|
53
|
-
"fullwidth",
|
|
54
|
-
"nwse",
|
|
55
|
-
"downarrow",
|
|
56
|
-
"rightarrow",
|
|
57
|
-
"leftarrow",
|
|
58
|
-
"uparrow",
|
|
59
|
-
"JSDOM",
|
|
60
|
-
"rightclick",
|
|
61
|
-
"thead",
|
|
62
|
-
"tbody",
|
|
63
|
-
"datalist",
|
|
64
|
-
"mouseenter",
|
|
65
|
-
"evenodd",
|
|
66
|
-
"tabindex",
|
|
67
|
-
"mousemove",
|
|
68
|
-
"mousedown",
|
|
69
|
-
"dragend",
|
|
70
|
-
"touchmove",
|
|
71
|
-
"touchend",
|
|
72
|
-
"touchstart",
|
|
73
|
-
"rgba",
|
|
74
|
-
"mouseleave",
|
|
75
|
-
"mouseup",
|
|
76
|
-
"dragover",
|
|
77
|
-
"dragenter",
|
|
78
|
-
"mouseout",
|
|
79
|
-
"gridpattern",
|
|
80
|
-
"dragleave",
|
|
81
|
-
"outdent",
|
|
82
|
-
"xlink",
|
|
83
|
-
"autofilling",
|
|
84
|
-
"autofocus",
|
|
85
|
-
"autoscroll",
|
|
86
|
-
"clearfix",
|
|
87
|
-
"dpcm",
|
|
88
|
-
"xmlId",
|
|
89
|
-
"hdpi",
|
|
90
|
-
"dropcursor",
|
|
91
|
-
"gapcursor",
|
|
92
|
-
"doctag",
|
|
93
|
-
"wysiwyg",
|
|
94
|
-
"allowtransparency",
|
|
95
|
-
"linkify",
|
|
96
|
-
"ponyfill",
|
|
97
|
-
"nbsp",
|
|
98
|
-
"blockquotes",
|
|
99
|
-
"datetime",
|
|
100
|
-
"nums",
|
|
101
|
-
"noopener",
|
|
102
|
-
"noreferrer",
|
|
103
|
-
"nofollow",
|
|
104
|
-
"viewbox",
|
|
105
|
-
"controlsList",
|
|
106
|
-
"nodownload",
|
|
107
|
-
"textbox",
|
|
108
|
-
"serialiser",
|
|
109
|
-
"selectednode",
|
|
110
|
-
"networkidle",
|
|
111
|
-
"retarget",
|
|
112
|
-
"retargeted",
|
|
113
|
-
"macrotask",
|
|
114
|
-
"microtask",
|
|
115
|
-
"hitbox"
|
|
116
|
-
]
|
|
117
|
-
}
|