@ivanmaxlogiudice/eslint-config 1.0.21 → 1.0.22
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 +3 -3
- package/dist/cli.js +3 -3
- package/dist/index.cjs +2 -0
- package/dist/index.js +2 -0
- package/package.json +10 -10
package/dist/cli.cjs
CHANGED
|
@@ -35,12 +35,12 @@ 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.22";
|
|
39
39
|
var devDependencies = {
|
|
40
40
|
"@stylistic/eslint-plugin-migrate": "^1.5.4",
|
|
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.16",
|
|
44
44
|
"@types/prompts": "^2.4.9",
|
|
45
45
|
"@unocss/eslint-plugin": "^0.58.4",
|
|
46
46
|
bumpp: "^9.3.0",
|
|
@@ -50,7 +50,7 @@ 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.1",
|
|
54
54
|
"simple-git-hooks": "^2.9.0",
|
|
55
55
|
tsup: "^8.0.1",
|
|
56
56
|
typescript: "^5.3.3",
|
package/dist/cli.js
CHANGED
|
@@ -6,12 +6,12 @@ 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.22";
|
|
10
10
|
var devDependencies = {
|
|
11
11
|
"@stylistic/eslint-plugin-migrate": "^1.5.4",
|
|
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.16",
|
|
15
15
|
"@types/prompts": "^2.4.9",
|
|
16
16
|
"@unocss/eslint-plugin": "^0.58.4",
|
|
17
17
|
bumpp: "^9.3.0",
|
|
@@ -21,7 +21,7 @@ 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.1",
|
|
25
25
|
"simple-git-hooks": "^2.9.0",
|
|
26
26
|
tsup: "^8.0.1",
|
|
27
27
|
typescript: "^5.3.3",
|
package/dist/index.cjs
CHANGED
|
@@ -1439,6 +1439,8 @@ async function typescript(options = {}) {
|
|
|
1439
1439
|
disallowTypeAnnotations: false,
|
|
1440
1440
|
prefer: "type-imports"
|
|
1441
1441
|
}],
|
|
1442
|
+
"ts/method-signature-style": ["error", "property"],
|
|
1443
|
+
// https://www.totaltypescript.com/method-shorthand-syntax-considered-harmful
|
|
1442
1444
|
"ts/no-dupe-class-members": "error",
|
|
1443
1445
|
"ts/no-dynamic-delete": "off",
|
|
1444
1446
|
"ts/no-explicit-any": "off",
|
package/dist/index.js
CHANGED
|
@@ -1348,6 +1348,8 @@ async function typescript(options = {}) {
|
|
|
1348
1348
|
disallowTypeAnnotations: false,
|
|
1349
1349
|
prefer: "type-imports"
|
|
1350
1350
|
}],
|
|
1351
|
+
"ts/method-signature-style": ["error", "property"],
|
|
1352
|
+
// https://www.totaltypescript.com/method-shorthand-syntax-considered-harmful
|
|
1351
1353
|
"ts/no-dupe-class-members": "error",
|
|
1352
1354
|
"ts/no-dynamic-delete": "off",
|
|
1353
1355
|
"ts/no-explicit-any": "off",
|
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.22",
|
|
4
|
+
"packageManager": "pnpm@8.15.1",
|
|
5
5
|
"description": "Personal ESLint config",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"keywords": [
|
|
@@ -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": "^6.
|
|
51
|
+
"@eslint-types/jsdoc": "48.0.4",
|
|
52
|
+
"@eslint-types/typescript-eslint": "^6.19.1",
|
|
53
53
|
"@eslint-types/unicorn": "^50.0.1",
|
|
54
54
|
"@stylistic/eslint-plugin": "^1.5.4",
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
56
|
-
"@typescript-eslint/parser": "^6.
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
|
56
|
+
"@typescript-eslint/parser": "^6.20.0",
|
|
57
57
|
"cac": "^6.7.14",
|
|
58
58
|
"detect-indent": "^7.0.1",
|
|
59
59
|
"eslint-config-flat-gitignore": "^0.1.2",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"eslint-plugin-promise": "^6.1.1",
|
|
71
71
|
"eslint-plugin-unicorn": "^50.0.1",
|
|
72
72
|
"eslint-plugin-unused-imports": "^3.0.0",
|
|
73
|
-
"eslint-plugin-vitest": "^0.3.
|
|
74
|
-
"eslint-plugin-vue": "^9.
|
|
73
|
+
"eslint-plugin-vitest": "^0.3.21",
|
|
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
77
|
"globals": "^13.24.0",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@stylistic/eslint-plugin-migrate": "^1.5.4",
|
|
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.16",
|
|
91
91
|
"@types/prompts": "^2.4.9",
|
|
92
92
|
"@unocss/eslint-plugin": "^0.58.4",
|
|
93
93
|
"bumpp": "^9.3.0",
|
|
@@ -97,7 +97,7 @@
|
|
|
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.1",
|
|
101
101
|
"simple-git-hooks": "^2.9.0",
|
|
102
102
|
"tsup": "^8.0.1",
|
|
103
103
|
"typescript": "^5.3.3",
|