@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.
- package/README.md +14 -29
- package/index.js +44 -8
- package/package.json +11 -53
- package/constants/allow-boolean-property-list.js +0 -38
- package/constants/boolean-prefixes.js +0 -11
- package/constants/english-verbs.js +0 -3368
- package/dictionaries/index.js +0 -467
- package/dictionaries/programming/bash.js +0 -25
- package/dictionaries/programming/django.js +0 -2345
- package/dictionaries/programming/elixir.js +0 -64
- package/dictionaries/programming/go.js +0 -7748
- package/dictionaries/programming/java.js +0 -33527
- package/dictionaries/programming/latex.js +0 -675
- package/dictionaries/programming/lua.js +0 -394
- package/dictionaries/programming/php.js +0 -9788
- package/dictionaries/programming/python.js +0 -367
- package/dictionaries/programming/ruby.js +0 -357
- package/dictionaries/programming/rust.js +0 -115
- package/dictionaries/programming/scala.js +0 -2755
- package/dictionaries/specialized/html-symbol-entities.js +0 -1118
- package/dictionaries/specialized/lorem-ipsum.js +0 -359
- package/legacy.js +0 -3
- package/plugins/array-func.js +0 -20
- package/plugins/compat.js +0 -7
- package/plugins/decorator-position.js +0 -15
- package/plugins/eslint-comments.js +0 -9
- package/plugins/etc.js +0 -13
- package/plugins/ext.js +0 -12
- package/plugins/filenames.js +0 -38
- package/plugins/import.js +0 -133
- package/plugins/jsdoc.js +0 -32
- package/plugins/jsx-a11y.js +0 -5
- package/plugins/lit-a11y.js +0 -5
- package/plugins/lit.js +0 -9
- package/plugins/more.js +0 -17
- package/plugins/no-await-in-promise.js +0 -5
- package/plugins/no-constructor-bind.js +0 -8
- package/plugins/no-explicit-type-exports.js +0 -7
- package/plugins/no-loops.js +0 -7
- package/plugins/no-secrets.js +0 -12
- package/plugins/no-use-extend-native.js +0 -5
- package/plugins/node.js +0 -5
- package/plugins/prettier.js +0 -24
- package/plugins/promise.js +0 -10
- package/plugins/regexp.js +0 -7
- package/plugins/security.js +0 -10
- package/plugins/simple-import-sort.js +0 -7
- package/plugins/sonar.js +0 -5
- package/plugins/sort-class-members.js +0 -298
- package/plugins/sort-destructure-keys.js +0 -10
- package/plugins/sort-keys-fix.js +0 -7
- package/plugins/spellcheck.js +0 -9
- package/plugins/sql.js +0 -26
- package/plugins/tanstack-query.js +0 -4
- package/plugins/testing-library.js +0 -9
- package/plugins/typescript-sort-keys.js +0 -5
- package/plugins/typescript.js +0 -157
- package/plugins/unicorn.js +0 -70
- package/plugins/unused-imports.js +0 -17
- package/plugins/vitest.js +0 -16
- package/plugins/vue-i18n.js +0 -34
- package/plugins/vue.js +0 -291
- package/plugins/vuejs-accessibility.js +0 -20
- package/plugins/wc.js +0 -5
- package/plugins/write-good-comments.js +0 -7
- package/utils/create-config.js +0 -377
- package/utils/extend-spell-checker.js +0 -23
|
@@ -1,394 +0,0 @@
|
|
|
1
|
-
/* eslint-disable no-secrets/no-secrets */
|
|
2
|
-
module.exports = [
|
|
3
|
-
'__add',
|
|
4
|
-
'__band',
|
|
5
|
-
'__bnot',
|
|
6
|
-
'__bor',
|
|
7
|
-
'__bxor',
|
|
8
|
-
'__call',
|
|
9
|
-
'__concat',
|
|
10
|
-
'__div',
|
|
11
|
-
'__eq',
|
|
12
|
-
'__gc',
|
|
13
|
-
'__idiv',
|
|
14
|
-
'__index',
|
|
15
|
-
'__le',
|
|
16
|
-
'__len',
|
|
17
|
-
'__lt',
|
|
18
|
-
'__mod',
|
|
19
|
-
'__mode',
|
|
20
|
-
'__mul',
|
|
21
|
-
'__newindex',
|
|
22
|
-
'__pow',
|
|
23
|
-
'__shl',
|
|
24
|
-
'__shr',
|
|
25
|
-
'__sub',
|
|
26
|
-
'__unm',
|
|
27
|
-
'_g',
|
|
28
|
-
'_env',
|
|
29
|
-
'_version',
|
|
30
|
-
'abs',
|
|
31
|
-
'acos',
|
|
32
|
-
'and',
|
|
33
|
-
'asin',
|
|
34
|
-
'assert',
|
|
35
|
-
'atan',
|
|
36
|
-
'author',
|
|
37
|
-
'basic',
|
|
38
|
-
'break',
|
|
39
|
-
'byte',
|
|
40
|
-
'ceil',
|
|
41
|
-
'char',
|
|
42
|
-
'charpattern',
|
|
43
|
-
'classmod',
|
|
44
|
-
'clock',
|
|
45
|
-
'close',
|
|
46
|
-
'codepoint',
|
|
47
|
-
'codes',
|
|
48
|
-
'collectgarbage',
|
|
49
|
-
'concat',
|
|
50
|
-
'config',
|
|
51
|
-
'coroutine',
|
|
52
|
-
'cos',
|
|
53
|
-
'cpath',
|
|
54
|
-
'create',
|
|
55
|
-
'date',
|
|
56
|
-
'debug',
|
|
57
|
-
'deg',
|
|
58
|
-
'difftime',
|
|
59
|
-
'do',
|
|
60
|
-
'dofile',
|
|
61
|
-
'dump',
|
|
62
|
-
'elseif',
|
|
63
|
-
'end',
|
|
64
|
-
'error',
|
|
65
|
-
'execute',
|
|
66
|
-
'exit',
|
|
67
|
-
'exp',
|
|
68
|
-
'false',
|
|
69
|
-
'field',
|
|
70
|
-
'find',
|
|
71
|
-
'fixme',
|
|
72
|
-
'floor',
|
|
73
|
-
'flush',
|
|
74
|
-
'fmod',
|
|
75
|
-
'for',
|
|
76
|
-
'format',
|
|
77
|
-
'function',
|
|
78
|
-
'getenv',
|
|
79
|
-
'gethook',
|
|
80
|
-
'getinfo',
|
|
81
|
-
'getlocal',
|
|
82
|
-
'getmetatable',
|
|
83
|
-
'getregistry',
|
|
84
|
-
'getupvalue',
|
|
85
|
-
'getuservalue',
|
|
86
|
-
'gmatch',
|
|
87
|
-
'goto',
|
|
88
|
-
'gsub',
|
|
89
|
-
'huge',
|
|
90
|
-
'if',
|
|
91
|
-
'input',
|
|
92
|
-
'insert',
|
|
93
|
-
'io',
|
|
94
|
-
'ipairs',
|
|
95
|
-
'isyieldable',
|
|
96
|
-
'len',
|
|
97
|
-
'lines',
|
|
98
|
-
'load',
|
|
99
|
-
'loaded',
|
|
100
|
-
'loadfile',
|
|
101
|
-
'loadlib',
|
|
102
|
-
'local',
|
|
103
|
-
'log',
|
|
104
|
-
'lower',
|
|
105
|
-
'match',
|
|
106
|
-
'math',
|
|
107
|
-
'max',
|
|
108
|
-
'maxinteger',
|
|
109
|
-
'min',
|
|
110
|
-
'mininteger',
|
|
111
|
-
'modf',
|
|
112
|
-
'module',
|
|
113
|
-
'move',
|
|
114
|
-
'next',
|
|
115
|
-
'nil',
|
|
116
|
-
'not',
|
|
117
|
-
'offset',
|
|
118
|
-
'open',
|
|
119
|
-
'or',
|
|
120
|
-
'os',
|
|
121
|
-
'output',
|
|
122
|
-
'pack',
|
|
123
|
-
'package',
|
|
124
|
-
'packsize',
|
|
125
|
-
'pairs',
|
|
126
|
-
'param',
|
|
127
|
-
'path',
|
|
128
|
-
'pcall',
|
|
129
|
-
'pi',
|
|
130
|
-
'popen',
|
|
131
|
-
'preload',
|
|
132
|
-
'print',
|
|
133
|
-
'rad',
|
|
134
|
-
'raise',
|
|
135
|
-
'random',
|
|
136
|
-
'randomseed',
|
|
137
|
-
'rawequal',
|
|
138
|
-
'rawget',
|
|
139
|
-
'rawlen',
|
|
140
|
-
'rawset',
|
|
141
|
-
'read',
|
|
142
|
-
'remove',
|
|
143
|
-
'rename',
|
|
144
|
-
'rep',
|
|
145
|
-
'repeat',
|
|
146
|
-
'require',
|
|
147
|
-
'resume',
|
|
148
|
-
'return',
|
|
149
|
-
'reverse',
|
|
150
|
-
'running',
|
|
151
|
-
'script',
|
|
152
|
-
'searchers',
|
|
153
|
-
'searchpath',
|
|
154
|
-
'section',
|
|
155
|
-
'see',
|
|
156
|
-
'seek',
|
|
157
|
-
'select',
|
|
158
|
-
'sethook',
|
|
159
|
-
'setlocal',
|
|
160
|
-
'setlocale',
|
|
161
|
-
'setmetatable',
|
|
162
|
-
'setupvalue',
|
|
163
|
-
'setuservalue',
|
|
164
|
-
'setvbuf',
|
|
165
|
-
'sin',
|
|
166
|
-
'sort',
|
|
167
|
-
'sqrt',
|
|
168
|
-
'status',
|
|
169
|
-
'stderr',
|
|
170
|
-
'stdin',
|
|
171
|
-
'stdout',
|
|
172
|
-
'string',
|
|
173
|
-
'sub',
|
|
174
|
-
'submodule',
|
|
175
|
-
'table',
|
|
176
|
-
'tan',
|
|
177
|
-
'then',
|
|
178
|
-
'time',
|
|
179
|
-
'tmpfile',
|
|
180
|
-
'tmpname',
|
|
181
|
-
'tointeger',
|
|
182
|
-
'tonumber',
|
|
183
|
-
'tostring',
|
|
184
|
-
'tparam',
|
|
185
|
-
'traceback',
|
|
186
|
-
'treturn',
|
|
187
|
-
'true',
|
|
188
|
-
'type',
|
|
189
|
-
'ult',
|
|
190
|
-
'unpack',
|
|
191
|
-
'until',
|
|
192
|
-
'upper',
|
|
193
|
-
'upvalueid',
|
|
194
|
-
'upvaluejoin',
|
|
195
|
-
'usage',
|
|
196
|
-
'utf8',
|
|
197
|
-
'while',
|
|
198
|
-
'within',
|
|
199
|
-
'wrap',
|
|
200
|
-
'write',
|
|
201
|
-
'xpcall',
|
|
202
|
-
'yield',
|
|
203
|
-
'lua_alloc',
|
|
204
|
-
'lua_cfunction',
|
|
205
|
-
'lua_debug',
|
|
206
|
-
'lua_hook',
|
|
207
|
-
'lua_integer',
|
|
208
|
-
'lua_kcontext',
|
|
209
|
-
'lua_kfunction',
|
|
210
|
-
'lua_number',
|
|
211
|
-
'lua_reader',
|
|
212
|
-
'lua_state',
|
|
213
|
-
'lua_unsigned',
|
|
214
|
-
'lua_writer',
|
|
215
|
-
'lua_absindex',
|
|
216
|
-
'lua_arith',
|
|
217
|
-
'lua_atpanic',
|
|
218
|
-
'lua_call',
|
|
219
|
-
'lua_callk',
|
|
220
|
-
'lua_checkstack',
|
|
221
|
-
'lua_close',
|
|
222
|
-
'lua_compare',
|
|
223
|
-
'lua_concat',
|
|
224
|
-
'lua_copy',
|
|
225
|
-
'lua_createtable',
|
|
226
|
-
'lua_dump',
|
|
227
|
-
'lua_error',
|
|
228
|
-
'lua_gc',
|
|
229
|
-
'lua_getallocf',
|
|
230
|
-
'lua_getextraspace',
|
|
231
|
-
'lua_getfield',
|
|
232
|
-
'lua_getglobal',
|
|
233
|
-
'lua_gethook',
|
|
234
|
-
'lua_gethookcount',
|
|
235
|
-
'lua_gethookmask',
|
|
236
|
-
'lua_geti',
|
|
237
|
-
'lua_getinfo',
|
|
238
|
-
'lua_getlocal',
|
|
239
|
-
'lua_getmetatable',
|
|
240
|
-
'lua_getstack',
|
|
241
|
-
'lua_gettable',
|
|
242
|
-
'lua_gettop',
|
|
243
|
-
'lua_getupvalue',
|
|
244
|
-
'lua_getuservalue',
|
|
245
|
-
'lua_insert',
|
|
246
|
-
'lua_isboolean',
|
|
247
|
-
'lua_iscfunction',
|
|
248
|
-
'lua_isfunction',
|
|
249
|
-
'lua_isinteger',
|
|
250
|
-
'lua_islightuserdata',
|
|
251
|
-
'lua_isnil',
|
|
252
|
-
'lua_isnone',
|
|
253
|
-
'lua_isnoneornil',
|
|
254
|
-
'lua_isnumber',
|
|
255
|
-
'lua_isstring',
|
|
256
|
-
'lua_istable',
|
|
257
|
-
'lua_isthread',
|
|
258
|
-
'lua_isuserdata',
|
|
259
|
-
'lua_isyieldable',
|
|
260
|
-
'lua_len',
|
|
261
|
-
'lua_load',
|
|
262
|
-
'lua_newstate',
|
|
263
|
-
'lua_newtable',
|
|
264
|
-
'lua_newthread',
|
|
265
|
-
'lua_newuserdata',
|
|
266
|
-
'lua_next',
|
|
267
|
-
'lua_numbertointeger',
|
|
268
|
-
'lua_pcall',
|
|
269
|
-
'lua_pcallk',
|
|
270
|
-
'lua_pop',
|
|
271
|
-
'lua_pushboolean',
|
|
272
|
-
'lua_pushcclosure',
|
|
273
|
-
'lua_pushcfunction',
|
|
274
|
-
'lua_pushfstring',
|
|
275
|
-
'lua_pushglobaltable',
|
|
276
|
-
'lua_pushinteger',
|
|
277
|
-
'lua_pushlightuserdata',
|
|
278
|
-
'lua_pushliteral',
|
|
279
|
-
'lua_pushlstring',
|
|
280
|
-
'lua_pushnil',
|
|
281
|
-
'lua_pushnumber',
|
|
282
|
-
'lua_pushstring',
|
|
283
|
-
'lua_pushthread',
|
|
284
|
-
'lua_pushvalue',
|
|
285
|
-
'lua_pushvfstring',
|
|
286
|
-
'lua_rawequal',
|
|
287
|
-
'lua_rawget',
|
|
288
|
-
'lua_rawgeti',
|
|
289
|
-
'lua_rawgetp',
|
|
290
|
-
'lua_rawlen',
|
|
291
|
-
'lua_rawset',
|
|
292
|
-
'lua_rawseti',
|
|
293
|
-
'lua_rawsetp',
|
|
294
|
-
'lua_register',
|
|
295
|
-
'lua_remove',
|
|
296
|
-
'lua_replace',
|
|
297
|
-
'lua_resume',
|
|
298
|
-
'lua_rotate',
|
|
299
|
-
'lua_setallocf',
|
|
300
|
-
'lua_setfield',
|
|
301
|
-
'lua_setglobal',
|
|
302
|
-
'lua_sethook',
|
|
303
|
-
'lua_seti',
|
|
304
|
-
'lua_setlocal',
|
|
305
|
-
'lua_setmetatable',
|
|
306
|
-
'lua_settable',
|
|
307
|
-
'lua_settop',
|
|
308
|
-
'lua_setupvalue',
|
|
309
|
-
'lua_setuservalue',
|
|
310
|
-
'lua_status',
|
|
311
|
-
'lua_stringtonumber',
|
|
312
|
-
'lua_toboolean',
|
|
313
|
-
'lua_tocfunction',
|
|
314
|
-
'lua_tointeger',
|
|
315
|
-
'lua_tointegerx',
|
|
316
|
-
'lua_tolstring',
|
|
317
|
-
'lua_tonumber',
|
|
318
|
-
'lua_tonumberx',
|
|
319
|
-
'lua_topointer',
|
|
320
|
-
'lua_tostring',
|
|
321
|
-
'lua_tothread',
|
|
322
|
-
'lua_touserdata',
|
|
323
|
-
'lua_type',
|
|
324
|
-
'lua_typename',
|
|
325
|
-
'lua_upvalueid',
|
|
326
|
-
'lua_upvalueindex',
|
|
327
|
-
'lua_upvaluejoin',
|
|
328
|
-
'lua_version',
|
|
329
|
-
'lua_xmove',
|
|
330
|
-
'lua_yield',
|
|
331
|
-
'lua_yieldk',
|
|
332
|
-
'lual_buffer',
|
|
333
|
-
'lual_reg',
|
|
334
|
-
'lual_stream',
|
|
335
|
-
'lual_addchar',
|
|
336
|
-
'lual_addlstring',
|
|
337
|
-
'lual_addsize',
|
|
338
|
-
'lual_addstring',
|
|
339
|
-
'lual_addvalue',
|
|
340
|
-
'lual_argcheck',
|
|
341
|
-
'lual_argerror',
|
|
342
|
-
'lual_buffinit',
|
|
343
|
-
'lual_buffinitsize',
|
|
344
|
-
'lual_callmeta',
|
|
345
|
-
'lual_checkany',
|
|
346
|
-
'lual_checkinteger',
|
|
347
|
-
'lual_checklstring',
|
|
348
|
-
'lual_checknumber',
|
|
349
|
-
'lual_checkoption',
|
|
350
|
-
'lual_checkstack',
|
|
351
|
-
'lual_checkstring',
|
|
352
|
-
'lual_checktype',
|
|
353
|
-
'lual_checkudata',
|
|
354
|
-
'lual_checkversion',
|
|
355
|
-
'lual_dofile',
|
|
356
|
-
'lual_dostring',
|
|
357
|
-
'lual_error',
|
|
358
|
-
'lual_execresult',
|
|
359
|
-
'lual_fileresult',
|
|
360
|
-
'lual_getmetafield',
|
|
361
|
-
'lual_getmetatable',
|
|
362
|
-
'lual_getsubtable',
|
|
363
|
-
'lual_gsub',
|
|
364
|
-
'lual_len',
|
|
365
|
-
'lual_loadbuffer',
|
|
366
|
-
'lual_loadbufferx',
|
|
367
|
-
'lual_loadfile',
|
|
368
|
-
'lual_loadfilex',
|
|
369
|
-
'lual_loadstring',
|
|
370
|
-
'lual_newlib',
|
|
371
|
-
'lual_newlibtable',
|
|
372
|
-
'lual_newmetatable',
|
|
373
|
-
'lual_newstate',
|
|
374
|
-
'lual_openlibs',
|
|
375
|
-
'lual_opt',
|
|
376
|
-
'lual_optinteger',
|
|
377
|
-
'lual_optlstring',
|
|
378
|
-
'lual_optnumber',
|
|
379
|
-
'lual_optstring',
|
|
380
|
-
'lual_prepbuffer',
|
|
381
|
-
'lual_prepbuffsize',
|
|
382
|
-
'lual_pushresult',
|
|
383
|
-
'lual_pushresultsize',
|
|
384
|
-
'lual_ref',
|
|
385
|
-
'lual_requiref',
|
|
386
|
-
'lual_setfuncs',
|
|
387
|
-
'lual_setmetatable',
|
|
388
|
-
'lual_testudata',
|
|
389
|
-
'lual_tolstring',
|
|
390
|
-
'lual_traceback',
|
|
391
|
-
'lual_typename',
|
|
392
|
-
'lual_unref',
|
|
393
|
-
'lual_where ',
|
|
394
|
-
];
|