@ivanmaxlogiudice/eslint-config 1.0.30 → 1.0.31
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 +16 -15
- package/dist/cli.js +16 -15
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +6251 -3250
- package/dist/index.d.ts +6251 -3250
- package/dist/index.js +1 -1
- package/package.json +16 -15
package/dist/cli.cjs
CHANGED
|
@@ -40,8 +40,8 @@ var import_picocolors = __toESM(require("picocolors"), 1);
|
|
|
40
40
|
// package.json
|
|
41
41
|
var package_default = {
|
|
42
42
|
name: "@ivanmaxlogiudice/eslint-config",
|
|
43
|
-
version: "1.0.
|
|
44
|
-
packageManager: "pnpm@8.15.
|
|
43
|
+
version: "1.0.31",
|
|
44
|
+
packageManager: "pnpm@8.15.6",
|
|
45
45
|
description: "Personal ESLint config",
|
|
46
46
|
type: "module",
|
|
47
47
|
keywords: [
|
|
@@ -73,9 +73,10 @@ var package_default = {
|
|
|
73
73
|
access: "public"
|
|
74
74
|
},
|
|
75
75
|
scripts: {
|
|
76
|
-
build: "pnpm run typegen && tsup --format esm,cjs --clean --dts",
|
|
77
76
|
stub: "tsup --format esm",
|
|
78
77
|
dev: "tsup --format esm,cjs --watch & pnpx @eslint/config-inspector",
|
|
78
|
+
build: "pnpm run typegen && tsup --format esm,cjs --clean --dts",
|
|
79
|
+
"build:inspector": "pnpm build && pnpx @eslint/config-inspector build",
|
|
79
80
|
lint: "pnpm run stub && eslint .",
|
|
80
81
|
typegen: "esno scripts/typegen.ts",
|
|
81
82
|
prepack: "pnpm run build",
|
|
@@ -101,16 +102,16 @@ var package_default = {
|
|
|
101
102
|
"@antfu/install-pkg": "^0.3.2",
|
|
102
103
|
"@clack/prompts": "^0.7.0",
|
|
103
104
|
"@stylistic/eslint-plugin": "^1.7.0",
|
|
104
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
105
|
-
"@typescript-eslint/parser": "^7.
|
|
105
|
+
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
|
106
|
+
"@typescript-eslint/parser": "^7.5.0",
|
|
106
107
|
"detect-indent": "^7.0.1",
|
|
107
|
-
"eslint-config-flat-gitignore": "^0.1.
|
|
108
|
+
"eslint-config-flat-gitignore": "^0.1.5",
|
|
108
109
|
"eslint-merge-processors": "^0.1.0",
|
|
109
110
|
"eslint-plugin-antfu": "^2.1.2",
|
|
110
111
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
111
|
-
"eslint-plugin-import-x": "^0.
|
|
112
|
+
"eslint-plugin-import-x": "^0.5.0",
|
|
112
113
|
"eslint-plugin-jsdoc": "^48.2.2",
|
|
113
|
-
"eslint-plugin-jsonc": "^2.
|
|
114
|
+
"eslint-plugin-jsonc": "^2.15.0",
|
|
114
115
|
"eslint-plugin-markdown": "^4.0.1",
|
|
115
116
|
"eslint-plugin-n": "^16.6.2",
|
|
116
117
|
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
@@ -118,11 +119,11 @@ var package_default = {
|
|
|
118
119
|
"eslint-plugin-promise": "^6.1.1",
|
|
119
120
|
"eslint-plugin-unicorn": "^51.0.1",
|
|
120
121
|
"eslint-plugin-unused-imports": "^3.1.0",
|
|
121
|
-
"eslint-plugin-vitest": "^0.4.
|
|
122
|
+
"eslint-plugin-vitest": "^0.4.1",
|
|
122
123
|
"eslint-plugin-vue": "^9.24.0",
|
|
123
|
-
"eslint-plugin-yml": "^1.
|
|
124
|
+
"eslint-plugin-yml": "^1.14.0",
|
|
124
125
|
"eslint-processor-vue-blocks": "^0.1.1",
|
|
125
|
-
"eslint-typegen": "^0.
|
|
126
|
+
"eslint-typegen": "^0.2.0",
|
|
126
127
|
globals: "^15.0.0",
|
|
127
128
|
"jsonc-eslint-parser": "^2.4.0",
|
|
128
129
|
"local-pkg": "^0.5.0",
|
|
@@ -133,14 +134,14 @@ var package_default = {
|
|
|
133
134
|
yargs: "^17.7.2"
|
|
134
135
|
},
|
|
135
136
|
devDependencies: {
|
|
136
|
-
"@eslint/config-inspector": "^0.1
|
|
137
|
+
"@eslint/config-inspector": "^0.3.1",
|
|
137
138
|
"@stylistic/eslint-plugin-migrate": "^1.7.0",
|
|
138
|
-
"@types/eslint": "^8.56.
|
|
139
|
+
"@types/eslint": "^8.56.7",
|
|
139
140
|
"@types/fs-extra": "^11.0.4",
|
|
140
|
-
"@types/node": "^20.
|
|
141
|
+
"@types/node": "^20.12.3",
|
|
141
142
|
"@types/prompts": "^2.4.9",
|
|
142
143
|
"@types/yargs": "^17.0.32",
|
|
143
|
-
"@unocss/eslint-plugin": "^0.58.
|
|
144
|
+
"@unocss/eslint-plugin": "^0.58.9",
|
|
144
145
|
bumpp: "^9.4.0",
|
|
145
146
|
eslint: "^8.57.0",
|
|
146
147
|
"eslint-plugin-format": "^0.1.0",
|
package/dist/cli.js
CHANGED
|
@@ -20,8 +20,8 @@ import c from "picocolors";
|
|
|
20
20
|
// package.json
|
|
21
21
|
var package_default = {
|
|
22
22
|
name: "@ivanmaxlogiudice/eslint-config",
|
|
23
|
-
version: "1.0.
|
|
24
|
-
packageManager: "pnpm@8.15.
|
|
23
|
+
version: "1.0.31",
|
|
24
|
+
packageManager: "pnpm@8.15.6",
|
|
25
25
|
description: "Personal ESLint config",
|
|
26
26
|
type: "module",
|
|
27
27
|
keywords: [
|
|
@@ -53,9 +53,10 @@ var package_default = {
|
|
|
53
53
|
access: "public"
|
|
54
54
|
},
|
|
55
55
|
scripts: {
|
|
56
|
-
build: "pnpm run typegen && tsup --format esm,cjs --clean --dts",
|
|
57
56
|
stub: "tsup --format esm",
|
|
58
57
|
dev: "tsup --format esm,cjs --watch & pnpx @eslint/config-inspector",
|
|
58
|
+
build: "pnpm run typegen && tsup --format esm,cjs --clean --dts",
|
|
59
|
+
"build:inspector": "pnpm build && pnpx @eslint/config-inspector build",
|
|
59
60
|
lint: "pnpm run stub && eslint .",
|
|
60
61
|
typegen: "esno scripts/typegen.ts",
|
|
61
62
|
prepack: "pnpm run build",
|
|
@@ -81,16 +82,16 @@ var package_default = {
|
|
|
81
82
|
"@antfu/install-pkg": "^0.3.2",
|
|
82
83
|
"@clack/prompts": "^0.7.0",
|
|
83
84
|
"@stylistic/eslint-plugin": "^1.7.0",
|
|
84
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
85
|
-
"@typescript-eslint/parser": "^7.
|
|
85
|
+
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
|
86
|
+
"@typescript-eslint/parser": "^7.5.0",
|
|
86
87
|
"detect-indent": "^7.0.1",
|
|
87
|
-
"eslint-config-flat-gitignore": "^0.1.
|
|
88
|
+
"eslint-config-flat-gitignore": "^0.1.5",
|
|
88
89
|
"eslint-merge-processors": "^0.1.0",
|
|
89
90
|
"eslint-plugin-antfu": "^2.1.2",
|
|
90
91
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
91
|
-
"eslint-plugin-import-x": "^0.
|
|
92
|
+
"eslint-plugin-import-x": "^0.5.0",
|
|
92
93
|
"eslint-plugin-jsdoc": "^48.2.2",
|
|
93
|
-
"eslint-plugin-jsonc": "^2.
|
|
94
|
+
"eslint-plugin-jsonc": "^2.15.0",
|
|
94
95
|
"eslint-plugin-markdown": "^4.0.1",
|
|
95
96
|
"eslint-plugin-n": "^16.6.2",
|
|
96
97
|
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
@@ -98,11 +99,11 @@ var package_default = {
|
|
|
98
99
|
"eslint-plugin-promise": "^6.1.1",
|
|
99
100
|
"eslint-plugin-unicorn": "^51.0.1",
|
|
100
101
|
"eslint-plugin-unused-imports": "^3.1.0",
|
|
101
|
-
"eslint-plugin-vitest": "^0.4.
|
|
102
|
+
"eslint-plugin-vitest": "^0.4.1",
|
|
102
103
|
"eslint-plugin-vue": "^9.24.0",
|
|
103
|
-
"eslint-plugin-yml": "^1.
|
|
104
|
+
"eslint-plugin-yml": "^1.14.0",
|
|
104
105
|
"eslint-processor-vue-blocks": "^0.1.1",
|
|
105
|
-
"eslint-typegen": "^0.
|
|
106
|
+
"eslint-typegen": "^0.2.0",
|
|
106
107
|
globals: "^15.0.0",
|
|
107
108
|
"jsonc-eslint-parser": "^2.4.0",
|
|
108
109
|
"local-pkg": "^0.5.0",
|
|
@@ -113,14 +114,14 @@ var package_default = {
|
|
|
113
114
|
yargs: "^17.7.2"
|
|
114
115
|
},
|
|
115
116
|
devDependencies: {
|
|
116
|
-
"@eslint/config-inspector": "^0.1
|
|
117
|
+
"@eslint/config-inspector": "^0.3.1",
|
|
117
118
|
"@stylistic/eslint-plugin-migrate": "^1.7.0",
|
|
118
|
-
"@types/eslint": "^8.56.
|
|
119
|
+
"@types/eslint": "^8.56.7",
|
|
119
120
|
"@types/fs-extra": "^11.0.4",
|
|
120
|
-
"@types/node": "^20.
|
|
121
|
+
"@types/node": "^20.12.3",
|
|
121
122
|
"@types/prompts": "^2.4.9",
|
|
122
123
|
"@types/yargs": "^17.0.32",
|
|
123
|
-
"@unocss/eslint-plugin": "^0.58.
|
|
124
|
+
"@unocss/eslint-plugin": "^0.58.9",
|
|
124
125
|
bumpp: "^9.4.0",
|
|
125
126
|
eslint: "^8.57.0",
|
|
126
127
|
"eslint-plugin-format": "^0.1.0",
|
package/dist/index.cjs
CHANGED
|
@@ -5805,7 +5805,7 @@ async function javascript(options = {}) {
|
|
|
5805
5805
|
"no-multi-str": "error",
|
|
5806
5806
|
"no-new": "error",
|
|
5807
5807
|
"no-new-func": "error",
|
|
5808
|
-
"no-new-
|
|
5808
|
+
"no-new-native-nonconstructor": "error",
|
|
5809
5809
|
"no-new-wrappers": "error",
|
|
5810
5810
|
"no-obj-calls": "error",
|
|
5811
5811
|
"no-object-constructor": "error",
|