@ivanmaxlogiudice/eslint-config 1.0.24 → 1.0.26
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 +7 -7
- package/dist/cli.js +7 -7
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +12 -12
package/dist/cli.cjs
CHANGED
|
@@ -35,15 +35,15 @@ var import_picocolors4 = __toESM(require("picocolors"), 1);
|
|
|
35
35
|
var import_picocolors = __toESM(require("picocolors"), 1);
|
|
36
36
|
|
|
37
37
|
// package.json
|
|
38
|
-
var version = "1.0.
|
|
38
|
+
var version = "1.0.26";
|
|
39
39
|
var devDependencies = {
|
|
40
|
-
"@stylistic/eslint-plugin-migrate": "^1.6.
|
|
41
|
-
"@types/eslint": "^8.56.
|
|
40
|
+
"@stylistic/eslint-plugin-migrate": "^1.6.3",
|
|
41
|
+
"@types/eslint": "^8.56.5",
|
|
42
42
|
"@types/fs-extra": "^11.0.4",
|
|
43
|
-
"@types/node": "^20.11.
|
|
43
|
+
"@types/node": "^20.11.24",
|
|
44
44
|
"@types/prompts": "^2.4.9",
|
|
45
45
|
"@unocss/eslint-plugin": "^0.58.5",
|
|
46
|
-
bumpp: "^9.3.
|
|
46
|
+
bumpp: "^9.3.1",
|
|
47
47
|
eslint: "^8.57.0",
|
|
48
48
|
"eslint-flat-config-viewer": "^0.1.11",
|
|
49
49
|
"eslint-plugin-format": "^0.1.0",
|
|
@@ -51,11 +51,11 @@ var devDependencies = {
|
|
|
51
51
|
"fast-glob": "^3.3.2",
|
|
52
52
|
"fs-extra": "^11.2.0",
|
|
53
53
|
"lint-staged": "^15.2.2",
|
|
54
|
-
"simple-git-hooks": "^2.
|
|
54
|
+
"simple-git-hooks": "^2.10.0",
|
|
55
55
|
tsup: "^8.0.2",
|
|
56
56
|
typescript: "^5.3.3",
|
|
57
57
|
vitest: "^1.3.1",
|
|
58
|
-
vue: "^3.4.
|
|
58
|
+
vue: "^3.4.21"
|
|
59
59
|
};
|
|
60
60
|
|
|
61
61
|
// src/cli/constants.ts
|
package/dist/cli.js
CHANGED
|
@@ -6,15 +6,15 @@ import c4 from "picocolors";
|
|
|
6
6
|
import c from "picocolors";
|
|
7
7
|
|
|
8
8
|
// package.json
|
|
9
|
-
var version = "1.0.
|
|
9
|
+
var version = "1.0.26";
|
|
10
10
|
var devDependencies = {
|
|
11
|
-
"@stylistic/eslint-plugin-migrate": "^1.6.
|
|
12
|
-
"@types/eslint": "^8.56.
|
|
11
|
+
"@stylistic/eslint-plugin-migrate": "^1.6.3",
|
|
12
|
+
"@types/eslint": "^8.56.5",
|
|
13
13
|
"@types/fs-extra": "^11.0.4",
|
|
14
|
-
"@types/node": "^20.11.
|
|
14
|
+
"@types/node": "^20.11.24",
|
|
15
15
|
"@types/prompts": "^2.4.9",
|
|
16
16
|
"@unocss/eslint-plugin": "^0.58.5",
|
|
17
|
-
bumpp: "^9.3.
|
|
17
|
+
bumpp: "^9.3.1",
|
|
18
18
|
eslint: "^8.57.0",
|
|
19
19
|
"eslint-flat-config-viewer": "^0.1.11",
|
|
20
20
|
"eslint-plugin-format": "^0.1.0",
|
|
@@ -22,11 +22,11 @@ var devDependencies = {
|
|
|
22
22
|
"fast-glob": "^3.3.2",
|
|
23
23
|
"fs-extra": "^11.2.0",
|
|
24
24
|
"lint-staged": "^15.2.2",
|
|
25
|
-
"simple-git-hooks": "^2.
|
|
25
|
+
"simple-git-hooks": "^2.10.0",
|
|
26
26
|
tsup: "^8.0.2",
|
|
27
27
|
typescript: "^5.3.3",
|
|
28
28
|
vitest: "^1.3.1",
|
|
29
|
-
vue: "^3.4.
|
|
29
|
+
vue: "^3.4.21"
|
|
30
30
|
};
|
|
31
31
|
|
|
32
32
|
// src/cli/constants.ts
|
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ivanmaxlogiudice/eslint-config",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.26",
|
|
4
4
|
"packageManager": "pnpm@8.15.4",
|
|
5
5
|
"description": "Personal ESLint config",
|
|
6
6
|
"type": "module",
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@antfu/eslint-define-config": "1.23.0-2",
|
|
50
50
|
"@antfu/install-pkg": "^0.3.1",
|
|
51
|
-
"@eslint-types/jsdoc": "48.0
|
|
52
|
-
"@eslint-types/typescript-eslint": "^
|
|
51
|
+
"@eslint-types/jsdoc": "48.2.0",
|
|
52
|
+
"@eslint-types/typescript-eslint": "^7.0.2",
|
|
53
53
|
"@eslint-types/unicorn": "^51.0.1",
|
|
54
|
-
"@stylistic/eslint-plugin": "^1.6.
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "^7.0
|
|
56
|
-
"@typescript-eslint/parser": "^7.0
|
|
54
|
+
"@stylistic/eslint-plugin": "^1.6.3",
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
|
56
|
+
"@typescript-eslint/parser": "^7.1.0",
|
|
57
57
|
"cac": "^6.7.14",
|
|
58
58
|
"detect-indent": "^7.0.1",
|
|
59
59
|
"eslint-config-flat-gitignore": "^0.1.3",
|
|
@@ -84,13 +84,13 @@
|
|
|
84
84
|
"yaml-eslint-parser": "^1.2.2"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@stylistic/eslint-plugin-migrate": "^1.6.
|
|
88
|
-
"@types/eslint": "^8.56.
|
|
87
|
+
"@stylistic/eslint-plugin-migrate": "^1.6.3",
|
|
88
|
+
"@types/eslint": "^8.56.5",
|
|
89
89
|
"@types/fs-extra": "^11.0.4",
|
|
90
|
-
"@types/node": "^20.11.
|
|
90
|
+
"@types/node": "^20.11.24",
|
|
91
91
|
"@types/prompts": "^2.4.9",
|
|
92
92
|
"@unocss/eslint-plugin": "^0.58.5",
|
|
93
|
-
"bumpp": "^9.3.
|
|
93
|
+
"bumpp": "^9.3.1",
|
|
94
94
|
"eslint": "^8.57.0",
|
|
95
95
|
"eslint-flat-config-viewer": "^0.1.11",
|
|
96
96
|
"eslint-plugin-format": "^0.1.0",
|
|
@@ -98,11 +98,11 @@
|
|
|
98
98
|
"fast-glob": "^3.3.2",
|
|
99
99
|
"fs-extra": "^11.2.0",
|
|
100
100
|
"lint-staged": "^15.2.2",
|
|
101
|
-
"simple-git-hooks": "^2.
|
|
101
|
+
"simple-git-hooks": "^2.10.0",
|
|
102
102
|
"tsup": "^8.0.2",
|
|
103
103
|
"typescript": "^5.3.3",
|
|
104
104
|
"vitest": "^1.3.1",
|
|
105
|
-
"vue": "^3.4.
|
|
105
|
+
"vue": "^3.4.21"
|
|
106
106
|
},
|
|
107
107
|
"engines": {
|
|
108
108
|
"node": ">=18.12.0"
|