You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Code that either will cause an error or may cause confusing behavior. Developers should consider this a high priority to resolve.",
311
+
"refs": [
312
+
{
313
+
"slug": "no-unused-vars",
314
+
"weight": 1,
315
+
},
316
+
],
317
+
"slug": "problems",
318
+
"title": "Problems",
319
+
},
320
+
{
321
+
"description": "Something that could be done in a better way but no errors will occur if the code isn't changed.",
322
+
"refs": [
323
+
{
324
+
"slug": "eqeqeq",
325
+
"weight": 1,
326
+
},
327
+
{
328
+
"slug": "max-lines-71b54366cb01f77b",
329
+
"weight": 1,
330
+
},
331
+
],
332
+
"slug": "suggestions",
333
+
"title": "Suggestions",
334
+
},
335
+
],
336
+
"icon": "eslint",
337
+
"packageName": "@code-pushup/eslint-plugin",
338
+
"slug": "eslint",
339
+
"title": "ESLint",
340
+
},
341
+
],
342
+
}
343
+
`;
344
+
345
+
exports[`PLUGIN collect report with eslint-plugin NPM package > should run ESLint plugin with artifacts options and create eslint-report.json and report.json 1`] =`
346
+
{
347
+
"packageName": "@code-pushup/core",
348
+
"plugins": [
349
+
{
350
+
"audits": [
351
+
{
352
+
"description": "ESLint rule **eqeqeq**.",
353
+
"details": {
354
+
"issues": [
355
+
{
356
+
"message": "Expected '===' and instead saw '=='.",
0 commit comments