summaryrefslogtreecommitdiff
path: root/src/rules/eslint.json
blob: c2194e844a9b79ea25f500125abddcbe8b26552d (plain) (blame)
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
{
  "accessor-pairs": null,
  "array-bracket-newline": null,
  "array-bracket-spacing": null,
  "array-callback-return": null,
  "array-element-newline": null,
  "arrow-body-style": null,
  "arrow-parens": null,
  "arrow-spacing": null,
  "block-scoped-var": null,
  "block-spacing": null,
  "brace-style": null,
  "callback-return": null,
  "camelcase": null,
  "capitalized-comments": null,
  "class-methods-use-this": null,
  "comma-dangle": null,
  "comma-spacing": null,
  "comma-style": null,
  "complexity": null,
  "computed-property-spacing": null,
  "consistent-return": null,
  "consistent-this": null,
  "constructor-super": null,
  "curly": null,
  "default-case": null,
  "default-case-last": null,
  "default-param-last": null,
  "dot-location": null,
  "dot-notation": null,
  "eol-last": null,
  "eqeqeq": null,
  "for-direction": null,
  "func-call-spacing": null,
  "func-name-matching": null,
  "func-names": null,
  "func-style": null,
  "function-call-argument-newline": null,
  "function-paren-newline": null,
  "generator-star-spacing": null,
  "getter-return": null,
  "global-require": null,
  "grouped-accessor-pairs": null,
  "guard-for-in": null,
  "handle-callback-err": null,
  "id-blacklist": null,
  "id-length": null,
  "id-match": null,
  "implicit-arrow-linebreak": null,
  "indent": null,
  "indent-legacy": null,
  "init-declarations": null,
  "jsx-quotes": null,
  "key-spacing": null,
  "keyword-spacing": null,
  "line-comment-position": null,
  "linebreak-style": null,
  "lines-around-comment": null,
  "lines-around-directive": null,
  "lines-between-class-members": null,
  "max-classes-per-file": null,
  "max-depth": null,
  "max-len": null,
  "max-lines": null,
  "max-lines-per-function": null,
  "max-nested-callbacks": null,
  "max-params": null,
  "max-statements": null,
  "max-statements-per-line": null,
  "multiline-comment-style": null,
  "multiline-ternary": null,
  "new-cap": null,
  "new-parens": null,
  "newline-after-var": null,
  "newline-before-return": null,
  "newline-per-chained-call": null,
  "no-alert": null,
  "no-array-constructor": null,
  "no-async-promise-executor": null,
  "no-await-in-loop": null,
  "no-bitwise": null,
  "no-buffer-constructor": null,
  "no-caller": null,
  "no-case-declarations": null,
  "no-catch-shadow": null,
  "no-class-assign": null,
  "no-compare-neg-zero": null,
  "no-cond-assign": null,
  "no-confusing-arrow": null,
  "no-console": null,
  "no-const-assign": null,
  "no-constant-condition": null,
  "no-constructor-return": null,
  "no-continue": null,
  "no-control-regex": null,
  "no-debugger": null,
  "no-delete-var": null,
  "no-div-regex": null,
  "no-dupe-args": null,
  "no-dupe-class-members": null,
  "no-dupe-else-if": null,
  "no-dupe-keys": null,
  "no-duplicate-case": null,
  "no-duplicate-imports": null,
  "no-else-return": null,
  "no-empty": null,
  "no-empty-character-class": null,
  "no-empty-function": null,
  "no-empty-pattern": null,
  "no-eq-null": null,
  "no-eval": null,
  "no-ex-assign": null,
  "no-extend-native": null,
  "no-extra-bind": null,
  "no-extra-boolean-cast": null,
  "no-extra-label": null,
  "no-extra-parens": null,
  "no-extra-semi": null,
  "no-fallthrough": null,
  "no-floating-decimal": null,
  "no-func-assign": null,
  "no-global-assign": null,
  "no-implicit-coercion": null,
  "no-implicit-globals": null,
  "no-implied-eval": null,
  "no-import-assign": null,
  "no-inline-comments": null,
  "no-inner-declarations": null,
  "no-invalid-regexp": null,
  "no-invalid-this": null,
  "no-irregular-whitespace": null,
  "no-iterator": null,
  "no-label-var": null,
  "no-labels": null,
  "no-lone-blocks": null,
  "no-lonely-if": null,
  "no-loop-func": null,
  "no-magic-numbers": null,
  "no-misleading-character-class": null,
  "no-mixed-operators": null,
  "no-mixed-requires": null,
  "no-mixed-spaces-and-tabs": null,
  "no-multi-assign": null,
  "no-multi-spaces": null,
  "no-multi-str": null,
  "no-multiple-empty-lines": null,
  "no-native-reassign": null,
  "no-negated-condition": null,
  "no-negated-in-lhs": null,
  "no-nested-ternary": null,
  "no-new": null,
  "no-new-func": null,
  "no-new-object": null,
  "no-new-require": null,
  "no-new-symbol": null,
  "no-new-wrappers": null,
  "no-obj-calls": null,
  "no-octal": null,
  "no-octal-escape": null,
  "no-param-reassign": null,
  "no-path-concat": null,
  "no-plusplus": null,
  "no-process-env": null,
  "no-process-exit": null,
  "no-proto": null,
  "no-prototype-builtins": null,
  "no-redeclare": null,
  "no-regex-spaces": null,
  "no-restricted-exports": null,
  "no-restricted-globals": null,
  "no-restricted-imports": null,
  "no-restricted-modules": null,
  "no-restricted-properties": null,
  "no-restricted-syntax": null,
  "no-return-assign": null,
  "no-return-await": null,
  "no-script-url": null,
  "no-self-assign": null,
  "no-self-compare": null,
  "no-sequences": null,
  "no-setter-return": null,
  "no-shadow": null,
  "no-shadow-restricted-names": null,
  "no-spaced-func": null,
  "no-sparse-arrays": null,
  "no-sync": null,
  "no-tabs": null,
  "no-template-curly-in-string": null,
  "no-ternary": null,
  "no-this-before-super": null,
  "no-throw-literal": null,
  "no-trailing-spaces": null,
  "no-undef": null,
  "no-undef-init": null,
  "no-undefined": null,
  "no-underscore-dangle": null,
  "no-unexpected-multiline": null,
  "no-unmodified-loop-condition": null,
  "no-unneeded-ternary": null,
  "no-unreachable": null,
  "no-unsafe-finally": null,
  "no-unsafe-negation": null,
  "no-unused-expressions": null,
  "no-unused-labels": null,
  "no-unused-vars": null,
  "no-use-before-define": null,
  "no-useless-backreference": null,
  "no-useless-call": null,
  "no-useless-catch": null,
  "no-useless-computed-key": null,
  "no-useless-concat": null,
  "no-useless-constructor": null,
  "no-useless-escape": null,
  "no-useless-rename": null,
  "no-useless-return": null,
  "no-var": null,
  "no-void": null,
  "no-warning-comments": null,
  "no-whitespace-before-property": null,
  "no-with": null,
  "nonblock-statement-body-position": null,
  "object-curly-newline": null,
  "object-curly-spacing": null,
  "object-property-newline": null,
  "object-shorthand": null,
  "one-var": null,
  "one-var-declaration-per-line": null,
  "operator-assignment": null,
  "operator-linebreak": null,
  "padded-blocks": null,
  "padding-line-between-statements": null,
  "prefer-arrow-callback": null,
  "prefer-const": null,
  "prefer-destructuring": null,
  "prefer-exponentiation-operator": null,
  "prefer-named-capture-group": null,
  "prefer-numeric-literals": null,
  "prefer-object-spread": null,
  "prefer-promise-reject-errors": null,
  "prefer-reflect": null,
  "prefer-regex-literals": null,
  "prefer-rest-params": null,
  "prefer-spread": null,
  "prefer-template": null,
  "quote-props": null,
  "quotes": null,
  "radix": null,
  "require-atomic-updates": null,
  "require-await": null,
  "require-jsdoc": null,
  "require-unicode-regexp": null,
  "require-yield": null,
  "rest-spread-spacing": null,
  "semi": null,
  "semi-spacing": null,
  "semi-style": null,
  "sort-imports": null,
  "sort-keys": null,
  "sort-vars": null,
  "space-before-blocks": null,
  "space-before-function-paren": null,
  "space-in-parens": null,
  "space-infix-ops": null,
  "space-unary-ops": null,
  "spaced-comment": null,
  "strict": null,
  "switch-colon-spacing": null,
  "symbol-description": null,
  "template-curly-spacing": null,
  "template-tag-spacing": null,
  "unicode-bom": null,
  "use-isnan": null,
  "valid-jsdoc": null,
  "valid-typeof": null,
  "vars-on-top": null,
  "wrap-iife": null,
  "wrap-regex": null,
  "yield-star-spacing": null,
  "yoda": null
}