@ivanmaxlogiudice/eslint-config 2.0.0 → 2.0.1

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/dist/cli.cjs CHANGED
@@ -40,7 +40,7 @@ var import_picocolors = __toESM(require("picocolors"), 1);
40
40
  // package.json
41
41
  var package_default = {
42
42
  name: "@ivanmaxlogiudice/eslint-config",
43
- version: "2.0.0",
43
+ version: "2.0.1",
44
44
  packageManager: "pnpm@9.0.4",
45
45
  description: "Personal ESLint config",
46
46
  type: "module",
package/dist/cli.js CHANGED
@@ -1,12 +1,4 @@
1
- import {
2
- init_esm_shims
3
- } from "./chunk-GJINZYDK.js";
4
-
5
- // src/cli.ts
6
- init_esm_shims();
7
-
8
1
  // src/cli/index.ts
9
- init_esm_shims();
10
2
  import process5 from "node:process";
11
3
  import * as p5 from "@clack/prompts";
12
4
  import c6 from "picocolors";
@@ -14,13 +6,12 @@ import yargs from "yargs";
14
6
  import { hideBin } from "yargs/helpers";
15
7
 
16
8
  // src/cli/constants.ts
17
- init_esm_shims();
18
9
  import c from "picocolors";
19
10
 
20
11
  // package.json
21
12
  var package_default = {
22
13
  name: "@ivanmaxlogiudice/eslint-config",
23
- version: "2.0.0",
14
+ version: "2.0.1",
24
15
  packageManager: "pnpm@9.0.4",
25
16
  description: "Personal ESLint config",
26
17
  type: "module",
@@ -219,7 +210,6 @@ var dependenciesMap = {
219
210
  };
220
211
 
221
212
  // src/cli/run.ts
222
- init_esm_shims();
223
213
  import fs3 from "node:fs";
224
214
  import path4 from "node:path";
225
215
  import process4 from "node:process";
@@ -227,7 +217,6 @@ import * as p4 from "@clack/prompts";
227
217
  import c5 from "picocolors";
228
218
 
229
219
  // src/cli/stages/update-eslint-files.ts
230
- init_esm_shims();
231
220
  import fs from "node:fs";
232
221
  import fsp from "node:fs/promises";
233
222
  import path from "node:path";
@@ -237,7 +226,6 @@ import parse from "parse-gitignore";
237
226
  import c2 from "picocolors";
238
227
 
239
228
  // src/cli/utils.ts
240
- init_esm_shims();
241
229
  import { execSync } from "node:child_process";
242
230
  function isGitClean() {
243
231
  try {
@@ -306,7 +294,6 @@ async function updateEslintFiles(result) {
306
294
  }
307
295
 
308
296
  // src/cli/stages/update-package-json.ts
309
- init_esm_shims();
310
297
  import fsp2 from "node:fs/promises";
311
298
  import path2 from "node:path";
312
299
  import process2 from "node:process";
@@ -358,7 +345,6 @@ async function updatePackageJson(result) {
358
345
  }
359
346
 
360
347
  // src/cli/stages/update-vscode-settings.ts
361
- init_esm_shims();
362
348
  import fs2 from "node:fs";
363
349
  import fsp3 from "node:fs/promises";
364
350
  import path3 from "node:path";