@alexlit/config-eslint 90.0.0 → 91.0.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.
Files changed (67) hide show
  1. package/README.md +14 -29
  2. package/index.js +44 -8
  3. package/package.json +11 -53
  4. package/constants/allow-boolean-property-list.js +0 -38
  5. package/constants/boolean-prefixes.js +0 -11
  6. package/constants/english-verbs.js +0 -3368
  7. package/dictionaries/index.js +0 -467
  8. package/dictionaries/programming/bash.js +0 -25
  9. package/dictionaries/programming/django.js +0 -2345
  10. package/dictionaries/programming/elixir.js +0 -64
  11. package/dictionaries/programming/go.js +0 -7748
  12. package/dictionaries/programming/java.js +0 -33527
  13. package/dictionaries/programming/latex.js +0 -675
  14. package/dictionaries/programming/lua.js +0 -394
  15. package/dictionaries/programming/php.js +0 -9788
  16. package/dictionaries/programming/python.js +0 -367
  17. package/dictionaries/programming/ruby.js +0 -357
  18. package/dictionaries/programming/rust.js +0 -115
  19. package/dictionaries/programming/scala.js +0 -2755
  20. package/dictionaries/specialized/html-symbol-entities.js +0 -1118
  21. package/dictionaries/specialized/lorem-ipsum.js +0 -359
  22. package/legacy.js +0 -3
  23. package/plugins/array-func.js +0 -20
  24. package/plugins/compat.js +0 -7
  25. package/plugins/decorator-position.js +0 -15
  26. package/plugins/eslint-comments.js +0 -9
  27. package/plugins/etc.js +0 -13
  28. package/plugins/ext.js +0 -12
  29. package/plugins/filenames.js +0 -38
  30. package/plugins/import.js +0 -133
  31. package/plugins/jsdoc.js +0 -32
  32. package/plugins/jsx-a11y.js +0 -5
  33. package/plugins/lit-a11y.js +0 -5
  34. package/plugins/lit.js +0 -9
  35. package/plugins/more.js +0 -17
  36. package/plugins/no-await-in-promise.js +0 -5
  37. package/plugins/no-constructor-bind.js +0 -8
  38. package/plugins/no-explicit-type-exports.js +0 -7
  39. package/plugins/no-loops.js +0 -7
  40. package/plugins/no-secrets.js +0 -12
  41. package/plugins/no-use-extend-native.js +0 -5
  42. package/plugins/node.js +0 -5
  43. package/plugins/prettier.js +0 -24
  44. package/plugins/promise.js +0 -10
  45. package/plugins/regexp.js +0 -7
  46. package/plugins/security.js +0 -10
  47. package/plugins/simple-import-sort.js +0 -7
  48. package/plugins/sonar.js +0 -5
  49. package/plugins/sort-class-members.js +0 -298
  50. package/plugins/sort-destructure-keys.js +0 -10
  51. package/plugins/sort-keys-fix.js +0 -7
  52. package/plugins/spellcheck.js +0 -9
  53. package/plugins/sql.js +0 -26
  54. package/plugins/tanstack-query.js +0 -4
  55. package/plugins/testing-library.js +0 -9
  56. package/plugins/typescript-sort-keys.js +0 -5
  57. package/plugins/typescript.js +0 -157
  58. package/plugins/unicorn.js +0 -70
  59. package/plugins/unused-imports.js +0 -17
  60. package/plugins/vitest.js +0 -16
  61. package/plugins/vue-i18n.js +0 -34
  62. package/plugins/vue.js +0 -291
  63. package/plugins/vuejs-accessibility.js +0 -20
  64. package/plugins/wc.js +0 -5
  65. package/plugins/write-good-comments.js +0 -7
  66. package/utils/create-config.js +0 -377
  67. package/utils/extend-spell-checker.js +0 -23
@@ -1,467 +0,0 @@
1
- /* eslint-disable global-require */
2
-
3
- const programming = [
4
- ...require('./programming/bash'),
5
- ...require('./programming/django'),
6
- ...require('./programming/elixir'),
7
- ...require('./programming/go'),
8
- ...require('./programming/java'),
9
- ...require('./programming/latex'),
10
- ...require('./programming/lua'),
11
- ...require('./programming/php'),
12
- ...require('./programming/python'),
13
- ...require('./programming/ruby'),
14
- ...require('./programming/rust'),
15
- ...require('./programming/scala'),
16
- ];
17
-
18
- const specialized = [
19
- ...require('./specialized/html-symbol-entities'),
20
- ...require('./specialized/lorem-ipsum'),
21
- ];
22
-
23
- module.exports = [
24
- ...programming,
25
- ...specialized,
26
- 'aave',
27
- 'airbnb',
28
- 'aland',
29
- 'alexey',
30
- 'alexlit',
31
- 'alfa',
32
- 'alfacash',
33
- 'alfacashierapi',
34
- 'alfacoins',
35
- 'alfastore',
36
- 'alfatop',
37
- 'algo',
38
- 'alipay',
39
- 'allowfullscreen',
40
- 'allowpaymentrequest',
41
- 'angularjs',
42
- 'annualize',
43
- 'annunciate',
44
- 'apollo',
45
- 'applescript',
46
- 'aquarius',
47
- 'aries',
48
- 'aromatize',
49
- 'asyncgenerator',
50
- 'asynciterable',
51
- 'atomtest',
52
- 'autofocus',
53
- 'autoplay',
54
- 'autosize',
55
- 'averta',
56
- 'aviate',
57
- 'avif',
58
- 'axios',
59
- 'backtick',
60
- 'backticks',
61
- 'basedir',
62
- 'bashrc',
63
- 'behance',
64
- 'bestchange',
65
- 'bic',
66
- 'bilderlings',
67
- 'bilibili',
68
- 'bitcointalk',
69
- 'blockcode',
70
- 'blockless',
71
- 'blured',
72
- 'bowser',
73
- 'brotli',
74
- 'browserify',
75
- 'calc',
76
- 'camelcase',
77
- 'caniuse',
78
- 'capricorn',
79
- 'cardano',
80
- 'cascadia',
81
- 'centos',
82
- 'chaina',
83
- 'changelly',
84
- 'changelogen',
85
- 'chartjs',
86
- 'checkboxes',
87
- 'chokidar',
88
- 'christmas',
89
- 'christopher',
90
- 'clickmap',
91
- 'closable',
92
- 'codecademy',
93
- 'codeframe',
94
- 'codemirror',
95
- 'coffeescript',
96
- 'coinify',
97
- 'colour',
98
- 'combinator',
99
- 'combinators',
100
- 'combobox',
101
- 'commitlint',
102
- 'commitlintrc',
103
- 'commonjs',
104
- 'composables',
105
- 'consola',
106
- 'consts',
107
- 'contextmenu',
108
- 'cors',
109
- 'cpay',
110
- 'crossexamine',
111
- 'crossorigin',
112
- 'cryptocurrency',
113
- 'csstree',
114
- 'customising',
115
- 'dataset',
116
- 'datasets',
117
- 'dayjs',
118
- 'dblclick',
119
- 'dccache',
120
- 'dcignore',
121
- 'debounce',
122
- 'debounced',
123
- 'declarator',
124
- 'dedupe',
125
- 'deepmerge',
126
- 'defs',
127
- 'destructured',
128
- 'devgates',
129
- 'devtools',
130
- 'dilapidate',
131
- 'dinoql',
132
- 'directus',
133
- 'disqus',
134
- 'distain',
135
- 'dogecoin',
136
- 'dotenv',
137
- 'dribbble',
138
- 'dropdown',
139
- 'dropzone',
140
- 'drupal',
141
- 'ecommerce',
142
- 'ecommpay',
143
- 'embertest',
144
- 'enablejsapi',
145
- 'encipherment',
146
- 'endregion',
147
- 'enquire',
148
- 'eqeqeq',
149
- 'erc20',
150
- 'esbenp',
151
- 'esbuild',
152
- 'eslintrc',
153
- 'esnext',
154
- 'estree',
155
- 'eswalk',
156
- 'etherium',
157
- 'europe',
158
- 'evenodd',
159
- 'facebook',
160
- 'favicon',
161
- 'favour',
162
- 'fetchable',
163
- 'fieldset',
164
- 'filenames',
165
- 'filenames',
166
- 'firefox',
167
- 'flac',
168
- 'flexepin',
169
- 'forcedefault',
170
- 'forlese',
171
- 'formnovalidate',
172
- 'fulfil',
173
- 'gemini',
174
- 'getters',
175
- 'globbing',
176
- 'googletagmanager',
177
- 'gradienter',
178
- 'graphql',
179
- 'gravatar',
180
- 'greasemonkey',
181
- 'grecaptcha',
182
- 'handwrite',
183
- 'hqdefault',
184
- 'htmllint',
185
- 'htmllintrc',
186
- 'huskyrc',
187
- 'iconify',
188
- 'identicon',
189
- 'iife',
190
- 'illtreat',
191
- 'imask',
192
- 'indebt',
193
- 'inferrable',
194
- 'inlined',
195
- 'inmemory',
196
- 'inputmask',
197
- 'inputmode',
198
- 'instagram',
199
- 'interop',
200
- 'invision',
201
- 'itemscope',
202
- 'itez',
203
- 'jarallax',
204
- 'joomla',
205
- 'jsconfig',
206
- 'jsdoc',
207
- 'jsdoc',
208
- 'jsnext',
209
- 'jsonc',
210
- 'junit',
211
- 'kakao',
212
- 'kanban',
213
- 'keyframes',
214
- 'keyof',
215
- 'khtml',
216
- 'labelledby',
217
- 'langs',
218
- 'laravel',
219
- 'libra',
220
- 'lifeomic',
221
- 'linecap',
222
- 'linejoin',
223
- 'linkedin',
224
- 'linthtml',
225
- 'linthtmlrc',
226
- 'lintstagedrc',
227
- 'listbox',
228
- 'litecoin',
229
- 'litovchenko',
230
- 'localdomain',
231
- 'localhost',
232
- 'lockfile',
233
- 'lockfilelint',
234
- 'lockfiles',
235
- 'lottie',
236
- 'lumen',
237
- 'markdownlint',
238
- 'markdownlintrc',
239
- 'maska',
240
- 'mastercard',
241
- 'materialdesignicons',
242
- 'mattermost',
243
- 'maxerr',
244
- 'mercurio',
245
- 'mercuryo',
246
- 'metafile',
247
- 'metrika',
248
- 'middlewares',
249
- 'minification',
250
- 'minifier',
251
- 'minify',
252
- 'minifying',
253
- 'mjsconfig',
254
- 'mobi',
255
- 'modestbranding',
256
- 'modulepreload',
257
- 'monero',
258
- 'monorepos',
259
- 'monospace',
260
- 'monsterid',
261
- 'mould',
262
- 'moult',
263
- 'msapplication',
264
- 'multilines',
265
- 'namepath',
266
- 'namepaths',
267
- 'namespaced',
268
- 'nanoid',
269
- 'natively',
270
- 'neopay',
271
- 'newwindow',
272
- 'nginx',
273
- 'noindex',
274
- 'nomodule',
275
- 'nonblock',
276
- 'noninteraction',
277
- 'noopener',
278
- 'notificators',
279
- 'novalidate',
280
- 'npmjs',
281
- 'npmlint',
282
- 'npmpackagejsonlintrc',
283
- 'npmrc',
284
- 'nullish',
285
- 'nuxify',
286
- 'nuxt',
287
- 'nuxtjs',
288
- 'oauth',
289
- 'okpay',
290
- 'omise',
291
- 'onwarn',
292
- 'organisational',
293
- 'osascript',
294
- 'outdent',
295
- 'outdir',
296
- 'packagejson',
297
- 'parens',
298
- 'pathname',
299
- 'patreon',
300
- 'pcss',
301
- 'pems',
302
- 'performant',
303
- 'persistedstate',
304
- 'personalise',
305
- 'phantomjs',
306
- 'pinia',
307
- 'pipeless',
308
- 'pisces',
309
- 'playsinline',
310
- 'plist',
311
- 'plopfile',
312
- 'pnpapi',
313
- 'pnpm',
314
- 'pnpx',
315
- 'poolifier',
316
- 'popperjs',
317
- 'postcss',
318
- 'practise',
319
- 'pragma',
320
- 'preloader',
321
- 'prismjs',
322
- 'profiler',
323
- 'prophesize',
324
- 'prototypejs',
325
- 'proxying',
326
- 'qiwi',
327
- 'qrcode',
328
- 'qtum',
329
- 'reactjs',
330
- 'rebase',
331
- 'rebased',
332
- 'recaptcha',
333
- 'reconnection',
334
- 'remixicon',
335
- 'repo',
336
- 'rerender',
337
- 'resolvers',
338
- 'retratech',
339
- 'rewriter',
340
- 'robohash',
341
- 'rollup',
342
- 'sagittarius',
343
- 'samsung',
344
- 'saponify',
345
- 'satirise',
346
- 'sberbank',
347
- 'scabble',
348
- 'scalable',
349
- 'scannable',
350
- 'scorpio',
351
- 'scripthost',
352
- 'scroller',
353
- 'selfsigned',
354
- 'sepa',
355
- 'sertificates',
356
- 'sertification',
357
- 'sharedmemory',
358
- 'showinfo',
359
- 'signup',
360
- 'sirv',
361
- 'sonarjs',
362
- 'sortablejs',
363
- 'splitted',
364
- 'spotify',
365
- 'srcs',
366
- 'stepik',
367
- 'storysource',
368
- 'strategize',
369
- 'stringified',
370
- 'styl',
371
- 'stylelint',
372
- 'stylelintrc',
373
- 'styleset',
374
- 'subfolder',
375
- 'sumsub',
376
- 'supabase',
377
- 'svgo',
378
- 'svgstore',
379
- 'systemize',
380
- 'tagless',
381
- 'tailwindcss',
382
- 'tanstack',
383
- 'taobao',
384
- 'taurus',
385
- 'tcsbank',
386
- 'tethererc',
387
- 'tezos',
388
- 'thead',
389
- 'theming',
390
- 'timelines',
391
- 'tooltip',
392
- 'tooltips',
393
- 'toplevel',
394
- 'transpile',
395
- 'travala',
396
- 'travesti',
397
- 'treeshake',
398
- 'trello',
399
- 'truespeed',
400
- 'trustpilot',
401
- 'tsconfig',
402
- 'txid',
403
- 'typedarrays',
404
- 'uids',
405
- 'unarm',
406
- 'unauthorised',
407
- 'unescaped',
408
- 'unfollow',
409
- 'unformatted',
410
- 'unknow',
411
- 'unref',
412
- 'unsanitized',
413
- 'uploader',
414
- 'verificator',
415
- 'vetur',
416
- 'virgo',
417
- 'visibilitychange',
418
- 'vite',
419
- 'vitejs',
420
- 'vitest',
421
- 'vkontakte',
422
- 'vnode',
423
- 'volar',
424
- 'vscode',
425
- 'vue3',
426
- 'vuejs',
427
- 'vuelidate',
428
- 'vuepress',
429
- 'vuetify',
430
- 'vuetifyjs',
431
- 'vuex',
432
- 'waterlog',
433
- 'wavatar',
434
- 'webextensions',
435
- 'webkit',
436
- 'webm',
437
- 'webp',
438
- 'webpack',
439
- 'websdk',
440
- 'webvisor',
441
- 'webworker',
442
- 'weibo',
443
- 'wellknown',
444
- 'we’ll',
445
- 'whitespaces',
446
- 'wifi',
447
- 'winpty',
448
- 'wmode',
449
- 'woff2',
450
- 'workbox',
451
- 'workerpool',
452
- 'writeable',
453
- 'wubi',
454
- 'wysiwyg',
455
- 'xlink',
456
- 'xray',
457
- 'yandex',
458
- 'yandexmoney',
459
- 'yastatic',
460
- 'ymaps',
461
- 'youtube',
462
- 'zammad',
463
- 'zcash',
464
- 'zcool',
465
- 'zeplin',
466
- 'zhihu',
467
- ];
@@ -1,25 +0,0 @@
1
- /* eslint-disable no-secrets/no-secrets */
2
- module.exports = [
3
- 'case',
4
- 'coproc',
5
- 'do',
6
- 'done',
7
- 'elif',
8
- 'else',
9
- 'errexit',
10
- 'esac',
11
- 'fi',
12
- 'for',
13
- 'function',
14
- 'if',
15
- 'in',
16
- 'nounset',
17
- 'pipefail',
18
- 'select',
19
- 'then',
20
- 'time',
21
- 'tput',
22
- 'until',
23
- 'while',
24
- 'xtrace',
25
- ];