Skip to content

Commit 12d9fa5

Browse files
authored
chore: update rule-manifest (#276)
1 parent d5bb629 commit 12d9fa5

File tree

4 files changed

+112
-79
lines changed

4 files changed

+112
-79
lines changed

internal/plugins/import/plugin.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package import_plugin
2+
const PLUGIN_NAME = "eslint-plugin-import"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package typescript
2+
3+
const PLUGIN_NAME = "@typescript-eslint"

packages/rslint-test-tools/rule-manifest.json

Lines changed: 57 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"rules": [
33
{
44
"name": "adjacent-overload-signatures",
5-
"group": "typescript-eslint",
5+
"group": "@typescript-eslint",
66
"status": "full",
77
"failing_case": []
88
},
99
{
1010
"name": "array-type",
11-
"group": "typescript-eslint",
11+
"group": "@typescript-eslint",
1212
"status": "partial-impl",
1313
"failing_case": [
1414
{
@@ -23,295 +23,301 @@
2323
},
2424
{
2525
"name": "await-thenable",
26-
"group": "typescript-eslint",
26+
"group": "@typescript-eslint",
2727
"status": "full",
2828
"failing_case": []
2929
},
3030
{
3131
"name": "class-literal-property-style",
32-
"group": "typescript-eslint",
32+
"group": "@typescript-eslint",
3333
"status": "full",
3434
"failing_case": []
3535
},
3636
{
3737
"name": "no-array-delete",
38-
"group": "typescript-eslint",
38+
"group": "@typescript-eslint",
3939
"status": "full",
4040
"failing_case": []
4141
},
4242
{
4343
"name": "no-base-to-string",
44-
"group": "typescript-eslint",
44+
"group": "@typescript-eslint",
4545
"status": "partial-test",
4646
"failing_case": []
4747
},
4848
{
4949
"name": "no-confusing-void-expression",
50-
"group": "typescript-eslint",
50+
"group": "@typescript-eslint",
5151
"status": "full",
5252
"failing_case": []
5353
},
5454
{
5555
"name": "no-duplicate-type-constituents",
56-
"group": "typescript-eslint",
56+
"group": "@typescript-eslint",
5757
"status": "full",
5858
"failing_case": []
5959
},
6060
{
6161
"name": "no-empty-function",
62-
"group": "typescript-eslint",
62+
"group": "@typescript-eslint",
6363
"status": "full",
6464
"failing_case": []
6565
},
6666
{
6767
"name": "no-empty-interface",
68-
"group": "typescript-eslint",
68+
"group": "@typescript-eslint",
6969
"status": "full",
7070
"failing_case": []
7171
},
7272
{
7373
"name": "no-floating-promises",
74-
"group": "typescript-eslint",
74+
"group": "@typescript-eslint",
7575
"status": "partial-test",
7676
"failing_case": []
7777
},
7878
{
7979
"name": "no-for-in-array",
80-
"group": "typescript-eslint",
80+
"group": "@typescript-eslint",
8181
"status": "partial-test",
8282
"failing_case": []
8383
},
8484
{
8585
"name": "no-implied-eval",
86-
"group": "typescript-eslint",
86+
"group": "@typescript-eslint",
8787
"status": "full",
8888
"failing_case": []
8989
},
9090
{
9191
"name": "no-meaningless-void-operator",
92-
"group": "typescript-eslint",
92+
"group": "@typescript-eslint",
9393
"status": "partial-test",
9494
"failing_case": []
9595
},
9696
{
9797
"name": "no-misused-promises",
98-
"group": "typescript-eslint",
98+
"group": "@typescript-eslint",
9999
"status": "partial-test",
100100
"failing_case": []
101101
},
102102
{
103103
"name": "no-misused-spread",
104-
"group": "typescript-eslint",
104+
"group": "@typescript-eslint",
105105
"status": "partial-test",
106106
"failing_case": []
107107
},
108108
{
109109
"name": "no-mixed-enums",
110-
"group": "typescript-eslint",
110+
"group": "@typescript-eslint",
111111
"status": "partial-test",
112112
"failing_case": []
113113
},
114114
{
115115
"name": "no-namespace",
116-
"group": "typescript-eslint",
116+
"group": "@typescript-eslint",
117117
"status": "full",
118118
"failing_case": []
119119
},
120120
{
121121
"name": "no-redundant-type-constituents",
122-
"group": "typescript-eslint",
122+
"group": "@typescript-eslint",
123123
"status": "partial-test",
124124
"failing_case": []
125125
},
126126
{
127127
"name": "no-require-imports",
128-
"group": "typescript-eslint",
128+
"group": "@typescript-eslint",
129+
"status": "full",
130+
"failing_case": []
131+
},
132+
{
133+
"name": "no-self-import",
134+
"group": "eslint-plugin-import",
129135
"status": "full",
130136
"failing_case": []
131137
},
132138
{
133139
"name": "no-unnecessary-boolean-literal-compare",
134-
"group": "typescript-eslint",
140+
"group": "@typescript-eslint",
135141
"status": "partial-test",
136142
"failing_case": []
137143
},
138144
{
139145
"name": "no-unnecessary-template-expression",
140-
"group": "typescript-eslint",
146+
"group": "@typescript-eslint",
141147
"status": "partial-test",
142148
"failing_case": []
143149
},
144150
{
145151
"name": "no-unnecessary-type-arguments",
146-
"group": "typescript-eslint",
152+
"group": "@typescript-eslint",
147153
"status": "partial-test",
148154
"failing_case": []
149155
},
150156
{
151157
"name": "no-unnecessary-type-assertion",
152-
"group": "typescript-eslint",
158+
"group": "@typescript-eslint",
153159
"status": "partial-test",
154160
"failing_case": []
155161
},
156162
{
157163
"name": "no-unsafe-argument",
158-
"group": "typescript-eslint",
164+
"group": "@typescript-eslint",
159165
"status": "partial-test",
160166
"failing_case": []
161167
},
162168
{
163169
"name": "no-unsafe-assignment",
164-
"group": "typescript-eslint",
170+
"group": "@typescript-eslint",
165171
"status": "partial-test",
166172
"failing_case": []
167173
},
168174
{
169175
"name": "no-unsafe-call",
170-
"group": "typescript-eslint",
176+
"group": "@typescript-eslint",
171177
"status": "partial-test",
172178
"failing_case": []
173179
},
174180
{
175181
"name": "no-unsafe-enum-comparison",
176-
"group": "typescript-eslint",
182+
"group": "@typescript-eslint",
177183
"status": "partial-test",
178184
"failing_case": []
179185
},
180186
{
181187
"name": "no-unsafe-member-access",
182-
"group": "typescript-eslint",
188+
"group": "@typescript-eslint",
183189
"status": "partial-test",
184190
"failing_case": []
185191
},
186192
{
187193
"name": "no-unsafe-return",
188-
"group": "typescript-eslint",
194+
"group": "@typescript-eslint",
189195
"status": "partial-test",
190196
"failing_case": []
191197
},
192198
{
193199
"name": "no-unsafe-type-assertion",
194-
"group": "typescript-eslint",
200+
"group": "@typescript-eslint",
195201
"status": "partial-test",
196202
"failing_case": []
197203
},
198204
{
199205
"name": "no-unsafe-unary-minus",
200-
"group": "typescript-eslint",
206+
"group": "@typescript-eslint",
201207
"status": "partial-test",
202208
"failing_case": []
203209
},
204210
{
205211
"name": "no-unused-vars",
206-
"group": "typescript-eslint",
212+
"group": "@typescript-eslint",
207213
"status": "partial-test",
208214
"failing_case": []
209215
},
210216
{
211217
"name": "no-useless-empty-export",
212-
"group": "typescript-eslint",
218+
"group": "@typescript-eslint",
213219
"status": "partial-test",
214220
"failing_case": []
215221
},
216222
{
217223
"name": "no-var-requires",
218-
"group": "typescript-eslint",
224+
"group": "@typescript-eslint",
219225
"status": "partial-test",
220226
"failing_case": []
221227
},
222228
{
223229
"name": "non-nullable-type-assertion-style",
224-
"group": "typescript-eslint",
230+
"group": "@typescript-eslint",
225231
"status": "partial-test",
226232
"failing_case": []
227233
},
228234
{
229235
"name": "only-throw-error",
230-
"group": "typescript-eslint",
236+
"group": "@typescript-eslint",
231237
"status": "partial-test",
232238
"failing_case": []
233239
},
234240
{
235241
"name": "prefer-as-const",
236-
"group": "typescript-eslint",
242+
"group": "@typescript-eslint",
237243
"status": "partial-test",
238244
"failing_case": []
239245
},
240246
{
241247
"name": "prefer-promise-reject-errors",
242-
"group": "typescript-eslint",
248+
"group": "@typescript-eslint",
243249
"status": "partial-test",
244250
"failing_case": []
245251
},
246252
{
247253
"name": "prefer-reduce-type-parameter",
248-
"group": "typescript-eslint",
254+
"group": "@typescript-eslint",
249255
"status": "partial-test",
250256
"failing_case": []
251257
},
252258
{
253259
"name": "prefer-return-this-type",
254-
"group": "typescript-eslint",
260+
"group": "@typescript-eslint",
255261
"status": "partial-test",
256262
"failing_case": []
257263
},
258264
{
259265
"name": "promise-function-async",
260-
"group": "typescript-eslint",
266+
"group": "@typescript-eslint",
261267
"status": "partial-test",
262268
"failing_case": []
263269
},
264270
{
265271
"name": "related-getter-setter-pairs",
266-
"group": "typescript-eslint",
272+
"group": "@typescript-eslint",
267273
"status": "partial-test",
268274
"failing_case": []
269275
},
270276
{
271277
"name": "require-array-sort-compare",
272-
"group": "typescript-eslint",
278+
"group": "@typescript-eslint",
273279
"status": "partial-test",
274280
"failing_case": []
275281
},
276282
{
277283
"name": "require-await",
278-
"group": "typescript-eslint",
284+
"group": "@typescript-eslint",
279285
"status": "partial-test",
280286
"failing_case": []
281287
},
282288
{
283289
"name": "restrict-plus-operands",
284-
"group": "typescript-eslint",
290+
"group": "@typescript-eslint",
285291
"status": "partial-test",
286292
"failing_case": []
287293
},
288294
{
289295
"name": "restrict-template-expressions",
290-
"group": "typescript-eslint",
296+
"group": "@typescript-eslint",
291297
"status": "partial-test",
292298
"failing_case": []
293299
},
294300
{
295301
"name": "return-await",
296-
"group": "typescript-eslint",
302+
"group": "@typescript-eslint",
297303
"status": "partial-test",
298304
"failing_case": []
299305
},
300306
{
301307
"name": "switch-exhaustiveness-check",
302-
"group": "typescript-eslint",
308+
"group": "@typescript-eslint",
303309
"status": "partial-test",
304310
"failing_case": []
305311
},
306312
{
307313
"name": "unbound-method",
308-
"group": "typescript-eslint",
314+
"group": "@typescript-eslint",
309315
"status": "partial-test",
310316
"failing_case": []
311317
},
312318
{
313319
"name": "use-unknown-in-catch-callback-variable",
314-
"group": "typescript-eslint",
320+
"group": "@typescript-eslint",
315321
"status": "partial-test",
316322
"failing_case": []
317323
}

0 commit comments

Comments
 (0)