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
Copy file name to clipboardExpand all lines: e2e/plugin-eslint-e2e/tests/__snapshots__/collect.e2e.test.ts.snap
+116Lines changed: 116 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -341,3 +341,119 @@ Custom options:
341
341
],
342
342
}
343
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