]> git.proxmox.com Git - pve-eslint.git/blob - eslint/tools/rule-types.json
d69028448a1f2b156aeac6466f6fde8c1a920001
[pve-eslint.git] / eslint / tools / rule-types.json
1 {
2 "accessor-pairs": "suggestion",
3 "array-bracket-newline": "layout",
4 "array-bracket-spacing": "layout",
5 "array-callback-return": "problem",
6 "array-element-newline": "layout",
7 "arrow-body-style": "suggestion",
8 "arrow-parens": "layout",
9 "arrow-spacing": "layout",
10 "block-scoped-var": "suggestion",
11 "block-spacing": "layout",
12 "brace-style": "layout",
13 "callback-return": "suggestion",
14 "camelcase": "suggestion",
15 "capitalized-comments": "suggestion",
16 "class-methods-use-this": "suggestion",
17 "comma-dangle": "layout",
18 "comma-spacing": "layout",
19 "comma-style": "layout",
20 "complexity": "suggestion",
21 "computed-property-spacing": "layout",
22 "consistent-return": "suggestion",
23 "consistent-this": "suggestion",
24 "constructor-super": "problem",
25 "curly": "suggestion",
26 "default-case": "suggestion",
27 "default-case-last": "suggestion",
28 "default-param-last": "suggestion",
29 "dot-location": "layout",
30 "dot-notation": "suggestion",
31 "eol-last": "layout",
32 "eqeqeq": "suggestion",
33 "for-direction": "problem",
34 "func-call-spacing": "layout",
35 "func-name-matching": "suggestion",
36 "func-names": "suggestion",
37 "func-style": "suggestion",
38 "function-call-argument-newline": "layout",
39 "function-paren-newline": "layout",
40 "generator-star-spacing": "layout",
41 "getter-return": "problem",
42 "global-require": "suggestion",
43 "grouped-accessor-pairs": "suggestion",
44 "guard-for-in": "suggestion",
45 "handle-callback-err": "suggestion",
46 "id-blacklist": "suggestion",
47 "id-denylist": "suggestion",
48 "id-length": "suggestion",
49 "id-match": "suggestion",
50 "implicit-arrow-linebreak": "layout",
51 "indent": "layout",
52 "indent-legacy": "layout",
53 "init-declarations": "suggestion",
54 "jsx-quotes": "layout",
55 "key-spacing": "layout",
56 "keyword-spacing": "layout",
57 "line-comment-position": "layout",
58 "linebreak-style": "layout",
59 "lines-around-comment": "layout",
60 "lines-around-directive": "layout",
61 "lines-between-class-members": "layout",
62 "max-classes-per-file": "suggestion",
63 "max-depth": "suggestion",
64 "max-len": "layout",
65 "max-lines": "suggestion",
66 "max-lines-per-function": "suggestion",
67 "max-nested-callbacks": "suggestion",
68 "max-params": "suggestion",
69 "max-statements": "suggestion",
70 "max-statements-per-line": "layout",
71 "multiline-comment-style": "suggestion",
72 "multiline-ternary": "layout",
73 "new-cap": "suggestion",
74 "new-parens": "layout",
75 "newline-after-var": "layout",
76 "newline-before-return": "layout",
77 "newline-per-chained-call": "layout",
78 "no-alert": "suggestion",
79 "no-array-constructor": "suggestion",
80 "no-async-promise-executor": "problem",
81 "no-await-in-loop": "problem",
82 "no-bitwise": "suggestion",
83 "no-buffer-constructor": "problem",
84 "no-caller": "suggestion",
85 "no-case-declarations": "suggestion",
86 "no-catch-shadow": "suggestion",
87 "no-class-assign": "problem",
88 "no-compare-neg-zero": "problem",
89 "no-cond-assign": "problem",
90 "no-confusing-arrow": "suggestion",
91 "no-console": "suggestion",
92 "no-const-assign": "problem",
93 "no-constant-binary-expression": "problem",
94 "no-constant-condition": "problem",
95 "no-constructor-return": "problem",
96 "no-continue": "suggestion",
97 "no-control-regex": "problem",
98 "no-debugger": "problem",
99 "no-delete-var": "suggestion",
100 "no-div-regex": "suggestion",
101 "no-dupe-args": "problem",
102 "no-dupe-class-members": "problem",
103 "no-dupe-else-if": "problem",
104 "no-dupe-keys": "problem",
105 "no-duplicate-case": "problem",
106 "no-duplicate-imports": "problem",
107 "no-else-return": "suggestion",
108 "no-empty": "suggestion",
109 "no-empty-character-class": "problem",
110 "no-empty-function": "suggestion",
111 "no-empty-pattern": "problem",
112 "no-eq-null": "suggestion",
113 "no-eval": "suggestion",
114 "no-ex-assign": "problem",
115 "no-extend-native": "suggestion",
116 "no-extra-bind": "suggestion",
117 "no-extra-boolean-cast": "suggestion",
118 "no-extra-label": "suggestion",
119 "no-extra-parens": "layout",
120 "no-extra-semi": "suggestion",
121 "no-fallthrough": "problem",
122 "no-floating-decimal": "suggestion",
123 "no-func-assign": "problem",
124 "no-global-assign": "suggestion",
125 "no-implicit-coercion": "suggestion",
126 "no-implicit-globals": "suggestion",
127 "no-implied-eval": "suggestion",
128 "no-import-assign": "problem",
129 "no-inline-comments": "suggestion",
130 "no-inner-declarations": "problem",
131 "no-invalid-regexp": "problem",
132 "no-invalid-this": "suggestion",
133 "no-irregular-whitespace": "problem",
134 "no-iterator": "suggestion",
135 "no-label-var": "suggestion",
136 "no-labels": "suggestion",
137 "no-lone-blocks": "suggestion",
138 "no-lonely-if": "suggestion",
139 "no-loop-func": "suggestion",
140 "no-loss-of-precision": "problem",
141 "no-magic-numbers": "suggestion",
142 "no-misleading-character-class": "problem",
143 "no-mixed-operators": "suggestion",
144 "no-mixed-requires": "suggestion",
145 "no-mixed-spaces-and-tabs": "layout",
146 "no-multi-assign": "suggestion",
147 "no-multi-spaces": "layout",
148 "no-multi-str": "suggestion",
149 "no-multiple-empty-lines": "layout",
150 "no-native-reassign": "suggestion",
151 "no-negated-condition": "suggestion",
152 "no-negated-in-lhs": "problem",
153 "no-nested-ternary": "suggestion",
154 "no-new": "suggestion",
155 "no-new-func": "suggestion",
156 "no-new-object": "suggestion",
157 "no-new-require": "suggestion",
158 "no-new-symbol": "problem",
159 "no-new-wrappers": "suggestion",
160 "no-nonoctal-decimal-escape": "suggestion",
161 "no-obj-calls": "problem",
162 "no-octal": "suggestion",
163 "no-octal-escape": "suggestion",
164 "no-param-reassign": "suggestion",
165 "no-path-concat": "suggestion",
166 "no-plusplus": "suggestion",
167 "no-process-env": "suggestion",
168 "no-process-exit": "suggestion",
169 "no-promise-executor-return": "problem",
170 "no-proto": "suggestion",
171 "no-prototype-builtins": "problem",
172 "no-redeclare": "suggestion",
173 "no-regex-spaces": "suggestion",
174 "no-restricted-exports": "suggestion",
175 "no-restricted-globals": "suggestion",
176 "no-restricted-imports": "suggestion",
177 "no-restricted-modules": "suggestion",
178 "no-restricted-properties": "suggestion",
179 "no-restricted-syntax": "suggestion",
180 "no-return-assign": "suggestion",
181 "no-return-await": "suggestion",
182 "no-script-url": "suggestion",
183 "no-self-assign": "problem",
184 "no-self-compare": "problem",
185 "no-sequences": "suggestion",
186 "no-setter-return": "problem",
187 "no-shadow": "suggestion",
188 "no-shadow-restricted-names": "suggestion",
189 "no-spaced-func": "layout",
190 "no-sparse-arrays": "problem",
191 "no-sync": "suggestion",
192 "no-tabs": "layout",
193 "no-template-curly-in-string": "problem",
194 "no-ternary": "suggestion",
195 "no-this-before-super": "problem",
196 "no-throw-literal": "suggestion",
197 "no-trailing-spaces": "layout",
198 "no-undef": "problem",
199 "no-undef-init": "suggestion",
200 "no-undefined": "suggestion",
201 "no-underscore-dangle": "suggestion",
202 "no-unexpected-multiline": "problem",
203 "no-unmodified-loop-condition": "problem",
204 "no-unneeded-ternary": "suggestion",
205 "no-unreachable": "problem",
206 "no-unreachable-loop": "problem",
207 "no-unsafe-finally": "problem",
208 "no-unsafe-negation": "problem",
209 "no-unsafe-optional-chaining": "problem",
210 "no-unused-expressions": "suggestion",
211 "no-unused-labels": "suggestion",
212 "no-unused-private-class-members": "problem",
213 "no-unused-vars": "problem",
214 "no-use-before-define": "problem",
215 "no-useless-backreference": "problem",
216 "no-useless-call": "suggestion",
217 "no-useless-catch": "suggestion",
218 "no-useless-computed-key": "suggestion",
219 "no-useless-concat": "suggestion",
220 "no-useless-constructor": "suggestion",
221 "no-useless-escape": "suggestion",
222 "no-useless-rename": "suggestion",
223 "no-useless-return": "suggestion",
224 "no-var": "suggestion",
225 "no-void": "suggestion",
226 "no-warning-comments": "suggestion",
227 "no-whitespace-before-property": "layout",
228 "no-with": "suggestion",
229 "nonblock-statement-body-position": "layout",
230 "object-curly-newline": "layout",
231 "object-curly-spacing": "layout",
232 "object-property-newline": "layout",
233 "object-shorthand": "suggestion",
234 "one-var": "suggestion",
235 "one-var-declaration-per-line": "suggestion",
236 "operator-assignment": "suggestion",
237 "operator-linebreak": "layout",
238 "padded-blocks": "layout",
239 "padding-line-between-statements": "layout",
240 "prefer-arrow-callback": "suggestion",
241 "prefer-const": "suggestion",
242 "prefer-destructuring": "suggestion",
243 "prefer-exponentiation-operator": "suggestion",
244 "prefer-named-capture-group": "suggestion",
245 "prefer-numeric-literals": "suggestion",
246 "prefer-object-has-own": "suggestion",
247 "prefer-object-spread": "suggestion",
248 "prefer-promise-reject-errors": "suggestion",
249 "prefer-reflect": "suggestion",
250 "prefer-regex-literals": "suggestion",
251 "prefer-rest-params": "suggestion",
252 "prefer-spread": "suggestion",
253 "prefer-template": "suggestion",
254 "quote-props": "suggestion",
255 "quotes": "layout",
256 "radix": "suggestion",
257 "require-atomic-updates": "problem",
258 "require-await": "suggestion",
259 "require-jsdoc": "suggestion",
260 "require-unicode-regexp": "suggestion",
261 "require-yield": "suggestion",
262 "rest-spread-spacing": "layout",
263 "semi": "layout",
264 "semi-spacing": "layout",
265 "semi-style": "layout",
266 "sort-imports": "suggestion",
267 "sort-keys": "suggestion",
268 "sort-vars": "suggestion",
269 "space-before-blocks": "layout",
270 "space-before-function-paren": "layout",
271 "space-in-parens": "layout",
272 "space-infix-ops": "layout",
273 "space-unary-ops": "layout",
274 "spaced-comment": "suggestion",
275 "strict": "suggestion",
276 "switch-colon-spacing": "layout",
277 "symbol-description": "suggestion",
278 "template-curly-spacing": "layout",
279 "template-tag-spacing": "layout",
280 "unicode-bom": "layout",
281 "use-isnan": "problem",
282 "valid-jsdoc": "suggestion",
283 "valid-typeof": "problem",
284 "vars-on-top": "suggestion",
285 "wrap-iife": "layout",
286 "wrap-regex": "layout",
287 "yield-star-spacing": "layout",
288 "yoda": "suggestion"
289 }