@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,115 +0,0 @@
|
|
|
1
|
-
/* eslint-disable no-secrets/no-secrets */
|
|
2
|
-
module.exports = [
|
|
3
|
-
'abstract',
|
|
4
|
-
'add',
|
|
5
|
-
'alignof',
|
|
6
|
-
'alloc',
|
|
7
|
-
'arc',
|
|
8
|
-
'as',
|
|
9
|
-
'assert',
|
|
10
|
-
'assert_eq',
|
|
11
|
-
'become',
|
|
12
|
-
'bitadd',
|
|
13
|
-
'bitor',
|
|
14
|
-
'bitxor',
|
|
15
|
-
'bool',
|
|
16
|
-
'box',
|
|
17
|
-
'break',
|
|
18
|
-
'char',
|
|
19
|
-
'cmp',
|
|
20
|
-
'const',
|
|
21
|
-
'continue',
|
|
22
|
-
'crate',
|
|
23
|
-
'deallocate',
|
|
24
|
-
'deref',
|
|
25
|
-
'derefmut',
|
|
26
|
-
'deserialize',
|
|
27
|
-
'div',
|
|
28
|
-
'do',
|
|
29
|
-
'drain',
|
|
30
|
-
'else',
|
|
31
|
-
'enum',
|
|
32
|
-
'eprint',
|
|
33
|
-
'eprintln',
|
|
34
|
-
'err',
|
|
35
|
-
'extern',
|
|
36
|
-
'f32',
|
|
37
|
-
'f64',
|
|
38
|
-
'final',
|
|
39
|
-
'fn',
|
|
40
|
-
'fnmut',
|
|
41
|
-
'fnonce',
|
|
42
|
-
'fold',
|
|
43
|
-
'for',
|
|
44
|
-
'format_args',
|
|
45
|
-
'i16',
|
|
46
|
-
'i32',
|
|
47
|
-
'i64',
|
|
48
|
-
'i8',
|
|
49
|
-
'if',
|
|
50
|
-
'impl',
|
|
51
|
-
'in',
|
|
52
|
-
'include_str',
|
|
53
|
-
'isize',
|
|
54
|
-
'iter',
|
|
55
|
-
'let',
|
|
56
|
-
'loop',
|
|
57
|
-
'macro',
|
|
58
|
-
'map',
|
|
59
|
-
'match',
|
|
60
|
-
'millis',
|
|
61
|
-
'mod',
|
|
62
|
-
'move',
|
|
63
|
-
'mpsc',
|
|
64
|
-
'mul',
|
|
65
|
-
'mut',
|
|
66
|
-
'mutex',
|
|
67
|
-
'neg',
|
|
68
|
-
'none',
|
|
69
|
-
'not',
|
|
70
|
-
'offsetof',
|
|
71
|
-
'option_env',
|
|
72
|
-
'override',
|
|
73
|
-
'panic',
|
|
74
|
-
'partialeq',
|
|
75
|
-
'partialord',
|
|
76
|
-
'println',
|
|
77
|
-
'priv',
|
|
78
|
-
'proc',
|
|
79
|
-
'pub',
|
|
80
|
-
'pure',
|
|
81
|
-
'ref',
|
|
82
|
-
'refcell',
|
|
83
|
-
'rem',
|
|
84
|
-
'return',
|
|
85
|
-
'self',
|
|
86
|
-
'self',
|
|
87
|
-
'serde',
|
|
88
|
-
'shl',
|
|
89
|
-
'shr',
|
|
90
|
-
'sizeof',
|
|
91
|
-
'some',
|
|
92
|
-
'static',
|
|
93
|
-
'str',
|
|
94
|
-
'stringify',
|
|
95
|
-
'struct',
|
|
96
|
-
'sub',
|
|
97
|
-
'super',
|
|
98
|
-
'sync',
|
|
99
|
-
'toml',
|
|
100
|
-
'toolchain',
|
|
101
|
-
'trait',
|
|
102
|
-
'typeof',
|
|
103
|
-
'u8',
|
|
104
|
-
'unsafe',
|
|
105
|
-
'unsized',
|
|
106
|
-
'unwrap',
|
|
107
|
-
'use',
|
|
108
|
-
'usize',
|
|
109
|
-
'virtual',
|
|
110
|
-
'where',
|
|
111
|
-
'while',
|
|
112
|
-
'writeln',
|
|
113
|
-
'yield',
|
|
114
|
-
'zip',
|
|
115
|
-
];
|