@ivanmaxlogiudice/eslint-config 1.0.22 → 1.0.23
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/package.json +19 -19
package/dist/cli.cjs
CHANGED
|
@@ -35,14 +35,14 @@ 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.23";
|
|
39
39
|
var devDependencies = {
|
|
40
|
-
"@stylistic/eslint-plugin-migrate": "^1.
|
|
40
|
+
"@stylistic/eslint-plugin-migrate": "^1.6.1",
|
|
41
41
|
"@types/eslint": "^8.56.2",
|
|
42
42
|
"@types/fs-extra": "^11.0.4",
|
|
43
|
-
"@types/node": "^20.11.
|
|
43
|
+
"@types/node": "^20.11.17",
|
|
44
44
|
"@types/prompts": "^2.4.9",
|
|
45
|
-
"@unocss/eslint-plugin": "^0.58.
|
|
45
|
+
"@unocss/eslint-plugin": "^0.58.5",
|
|
46
46
|
bumpp: "^9.3.0",
|
|
47
47
|
eslint: "^8.56.0",
|
|
48
48
|
"eslint-flat-config-viewer": "^0.1.11",
|
|
@@ -50,12 +50,12 @@ var devDependencies = {
|
|
|
50
50
|
execa: "^8.0.1",
|
|
51
51
|
"fast-glob": "^3.3.2",
|
|
52
52
|
"fs-extra": "^11.2.0",
|
|
53
|
-
"lint-staged": "^15.2.
|
|
53
|
+
"lint-staged": "^15.2.2",
|
|
54
54
|
"simple-git-hooks": "^2.9.0",
|
|
55
|
-
tsup: "^8.0.
|
|
55
|
+
tsup: "^8.0.2",
|
|
56
56
|
typescript: "^5.3.3",
|
|
57
57
|
vitest: "^1.2.2",
|
|
58
|
-
vue: "^3.4.
|
|
58
|
+
vue: "^3.4.18"
|
|
59
59
|
};
|
|
60
60
|
|
|
61
61
|
// src/cli/constants.ts
|
package/dist/cli.js
CHANGED
|
@@ -6,14 +6,14 @@ 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.23";
|
|
10
10
|
var devDependencies = {
|
|
11
|
-
"@stylistic/eslint-plugin-migrate": "^1.
|
|
11
|
+
"@stylistic/eslint-plugin-migrate": "^1.6.1",
|
|
12
12
|
"@types/eslint": "^8.56.2",
|
|
13
13
|
"@types/fs-extra": "^11.0.4",
|
|
14
|
-
"@types/node": "^20.11.
|
|
14
|
+
"@types/node": "^20.11.17",
|
|
15
15
|
"@types/prompts": "^2.4.9",
|
|
16
|
-
"@unocss/eslint-plugin": "^0.58.
|
|
16
|
+
"@unocss/eslint-plugin": "^0.58.5",
|
|
17
17
|
bumpp: "^9.3.0",
|
|
18
18
|
eslint: "^8.56.0",
|
|
19
19
|
"eslint-flat-config-viewer": "^0.1.11",
|
|
@@ -21,12 +21,12 @@ var devDependencies = {
|
|
|
21
21
|
execa: "^8.0.1",
|
|
22
22
|
"fast-glob": "^3.3.2",
|
|
23
23
|
"fs-extra": "^11.2.0",
|
|
24
|
-
"lint-staged": "^15.2.
|
|
24
|
+
"lint-staged": "^15.2.2",
|
|
25
25
|
"simple-git-hooks": "^2.9.0",
|
|
26
|
-
tsup: "^8.0.
|
|
26
|
+
tsup: "^8.0.2",
|
|
27
27
|
typescript: "^5.3.3",
|
|
28
28
|
vitest: "^1.2.2",
|
|
29
|
-
vue: "^3.4.
|
|
29
|
+
vue: "^3.4.18"
|
|
30
30
|
};
|
|
31
31
|
|
|
32
32
|
// src/cli/constants.ts
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ivanmaxlogiudice/eslint-config",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"packageManager": "pnpm@8.15.
|
|
3
|
+
"version": "1.0.23",
|
|
4
|
+
"packageManager": "pnpm@8.15.2",
|
|
5
5
|
"description": "Personal ESLint config",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"keywords": [
|
|
@@ -48,33 +48,33 @@
|
|
|
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": "^6.
|
|
53
|
-
"@eslint-types/unicorn": "^
|
|
54
|
-
"@stylistic/eslint-plugin": "^1.
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
56
|
-
"@typescript-eslint/parser": "^
|
|
51
|
+
"@eslint-types/jsdoc": "48.0.6",
|
|
52
|
+
"@eslint-types/typescript-eslint": "^6.21.0",
|
|
53
|
+
"@eslint-types/unicorn": "^51.0.1",
|
|
54
|
+
"@stylistic/eslint-plugin": "^1.6.1",
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
|
56
|
+
"@typescript-eslint/parser": "^7.0.1",
|
|
57
57
|
"cac": "^6.7.14",
|
|
58
58
|
"detect-indent": "^7.0.1",
|
|
59
|
-
"eslint-config-flat-gitignore": "^0.1.
|
|
59
|
+
"eslint-config-flat-gitignore": "^0.1.3",
|
|
60
60
|
"eslint-merge-processors": "^0.1.0",
|
|
61
61
|
"eslint-plugin-antfu": "^2.1.2",
|
|
62
62
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
63
63
|
"eslint-plugin-i": "^2.29.1",
|
|
64
|
-
"eslint-plugin-jsdoc": "^48.0.
|
|
64
|
+
"eslint-plugin-jsdoc": "^48.0.6",
|
|
65
65
|
"eslint-plugin-jsonc": "^2.13.0",
|
|
66
66
|
"eslint-plugin-markdown": "^3.0.1",
|
|
67
67
|
"eslint-plugin-n": "^16.6.2",
|
|
68
68
|
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
69
69
|
"eslint-plugin-perfectionist": "^2.5.0",
|
|
70
70
|
"eslint-plugin-promise": "^6.1.1",
|
|
71
|
-
"eslint-plugin-unicorn": "^
|
|
71
|
+
"eslint-plugin-unicorn": "^51.0.1",
|
|
72
72
|
"eslint-plugin-unused-imports": "^3.0.0",
|
|
73
|
-
"eslint-plugin-vitest": "^0.3.
|
|
73
|
+
"eslint-plugin-vitest": "^0.3.22",
|
|
74
74
|
"eslint-plugin-vue": "^9.21.1",
|
|
75
75
|
"eslint-plugin-yml": "^1.12.2",
|
|
76
76
|
"eslint-processor-vue-blocks": "^0.1.1",
|
|
77
|
-
"globals": "^
|
|
77
|
+
"globals": "^14.0.0",
|
|
78
78
|
"jsonc-eslint-parser": "^2.4.0",
|
|
79
79
|
"local-pkg": "^0.5.0",
|
|
80
80
|
"parse-gitignore": "^2.0.0",
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
"yaml-eslint-parser": "^1.2.2"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@stylistic/eslint-plugin-migrate": "^1.
|
|
87
|
+
"@stylistic/eslint-plugin-migrate": "^1.6.1",
|
|
88
88
|
"@types/eslint": "^8.56.2",
|
|
89
89
|
"@types/fs-extra": "^11.0.4",
|
|
90
|
-
"@types/node": "^20.11.
|
|
90
|
+
"@types/node": "^20.11.17",
|
|
91
91
|
"@types/prompts": "^2.4.9",
|
|
92
|
-
"@unocss/eslint-plugin": "^0.58.
|
|
92
|
+
"@unocss/eslint-plugin": "^0.58.5",
|
|
93
93
|
"bumpp": "^9.3.0",
|
|
94
94
|
"eslint": "^8.56.0",
|
|
95
95
|
"eslint-flat-config-viewer": "^0.1.11",
|
|
@@ -97,12 +97,12 @@
|
|
|
97
97
|
"execa": "^8.0.1",
|
|
98
98
|
"fast-glob": "^3.3.2",
|
|
99
99
|
"fs-extra": "^11.2.0",
|
|
100
|
-
"lint-staged": "^15.2.
|
|
100
|
+
"lint-staged": "^15.2.2",
|
|
101
101
|
"simple-git-hooks": "^2.9.0",
|
|
102
|
-
"tsup": "^8.0.
|
|
102
|
+
"tsup": "^8.0.2",
|
|
103
103
|
"typescript": "^5.3.3",
|
|
104
104
|
"vitest": "^1.2.2",
|
|
105
|
-
"vue": "^3.4.
|
|
105
|
+
"vue": "^3.4.18"
|
|
106
106
|
},
|
|
107
107
|
"engines": {
|
|
108
108
|
"node": ">=18.12.0"
|