@code-pushup/eslint-plugin 0.8.11 → 0.8.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin.js +2 -2
- package/index.js +2 -2
- package/package.json +1 -1
package/bin.js
CHANGED
|
@@ -601,7 +601,7 @@ function pluginWorkDir(slug) {
|
|
|
601
601
|
return join("node_modules", ".code-pushup", slug);
|
|
602
602
|
}
|
|
603
603
|
|
|
604
|
-
// packages/utils/src/lib/
|
|
604
|
+
// packages/utils/src/lib/reports/utils.ts
|
|
605
605
|
function compareIssueSeverity(severity1, severity2) {
|
|
606
606
|
const levels = {
|
|
607
607
|
info: 0,
|
|
@@ -619,7 +619,7 @@ var git = simpleGit();
|
|
|
619
619
|
import chalk2 from "chalk";
|
|
620
620
|
import { MultiProgressBars } from "multi-progress-bars";
|
|
621
621
|
|
|
622
|
-
// packages/utils/src/lib/
|
|
622
|
+
// packages/utils/src/lib/reports/generate-stdout-summary.ts
|
|
623
623
|
import cliui from "@isaacs/cliui";
|
|
624
624
|
import chalk3 from "chalk";
|
|
625
625
|
import Table from "cli-table3";
|
package/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { fileURLToPath } from "node:url";
|
|
|
5
5
|
|
|
6
6
|
// packages/plugin-eslint/package.json
|
|
7
7
|
var name = "@code-pushup/eslint-plugin";
|
|
8
|
-
var version = "0.8.
|
|
8
|
+
var version = "0.8.12";
|
|
9
9
|
|
|
10
10
|
// packages/plugin-eslint/src/lib/config.ts
|
|
11
11
|
import { z } from "zod";
|
|
@@ -622,7 +622,7 @@ var git = simpleGit();
|
|
|
622
622
|
import chalk2 from "chalk";
|
|
623
623
|
import { MultiProgressBars } from "multi-progress-bars";
|
|
624
624
|
|
|
625
|
-
// packages/utils/src/lib/
|
|
625
|
+
// packages/utils/src/lib/reports/generate-stdout-summary.ts
|
|
626
626
|
import cliui from "@isaacs/cliui";
|
|
627
627
|
import chalk3 from "chalk";
|
|
628
628
|
import Table from "cli-table3";
|