@ivanmaxlogiudice/eslint-config 3.0.7 → 3.0.8
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.js +29 -29
- package/dist/index.d.ts +561 -417
- package/package.json +29 -29
package/dist/cli.js
CHANGED
|
@@ -12,7 +12,7 @@ import c from "picocolors";
|
|
|
12
12
|
var package_default = {
|
|
13
13
|
name: "@ivanmaxlogiudice/eslint-config",
|
|
14
14
|
type: "module",
|
|
15
|
-
version: "3.0.
|
|
15
|
+
version: "3.0.8",
|
|
16
16
|
packageManager: "bun@1.1.29",
|
|
17
17
|
description: "Personal ESLint config",
|
|
18
18
|
license: "MIT",
|
|
@@ -82,50 +82,50 @@ var package_default = {
|
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
84
|
dependencies: {
|
|
85
|
-
"@antfu/install-pkg": "^0.
|
|
86
|
-
"@clack/prompts": "^0.
|
|
87
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.
|
|
85
|
+
"@antfu/install-pkg": "^0.5.0",
|
|
86
|
+
"@clack/prompts": "^0.8.2",
|
|
87
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
88
88
|
"@eslint/markdown": "^6.2.1",
|
|
89
89
|
"@ivanmaxlogiudice/gitignore": "^0.0.2",
|
|
90
|
-
"@stylistic/eslint-plugin": "^2.
|
|
91
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
92
|
-
"@typescript-eslint/parser": "^8.
|
|
93
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
90
|
+
"@stylistic/eslint-plugin": "^2.11.0",
|
|
91
|
+
"@typescript-eslint/eslint-plugin": "^8.16.0",
|
|
92
|
+
"@typescript-eslint/parser": "^8.16.0",
|
|
93
|
+
"@vitest/eslint-plugin": "^1.1.12",
|
|
94
94
|
"eslint-plugin-antfu": "^2.7.0",
|
|
95
|
-
"eslint-plugin-import-x": "^4.3
|
|
96
|
-
"eslint-plugin-jsdoc": "^50.
|
|
97
|
-
"eslint-plugin-jsonc": "^2.
|
|
98
|
-
"eslint-plugin-n": "^17.
|
|
95
|
+
"eslint-plugin-import-x": "^4.4.3",
|
|
96
|
+
"eslint-plugin-jsdoc": "^50.6.0",
|
|
97
|
+
"eslint-plugin-jsonc": "^2.18.2",
|
|
98
|
+
"eslint-plugin-n": "^17.14.0",
|
|
99
99
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
100
|
-
"eslint-plugin-perfectionist": "^
|
|
101
|
-
"eslint-plugin-unicorn": "^56.0.
|
|
100
|
+
"eslint-plugin-perfectionist": "^4.1.2",
|
|
101
|
+
"eslint-plugin-unicorn": "^56.0.1",
|
|
102
102
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
103
|
-
globals: "^15.
|
|
103
|
+
globals: "^15.12.0",
|
|
104
104
|
"jsonc-eslint-parser": "^2.4.0",
|
|
105
|
-
"local-pkg": "^0.5.
|
|
105
|
+
"local-pkg": "^0.5.1",
|
|
106
106
|
picocolors: "^1.1.1",
|
|
107
107
|
yargs: "^17.7.2"
|
|
108
108
|
},
|
|
109
109
|
devDependencies: {
|
|
110
|
-
"@eslint/config-inspector": "^0.5.
|
|
111
|
-
"@stylistic/eslint-plugin-migrate": "^2.
|
|
112
|
-
"@types/node": "^22.
|
|
110
|
+
"@eslint/config-inspector": "^0.5.6",
|
|
111
|
+
"@stylistic/eslint-plugin-migrate": "^2.11.0",
|
|
112
|
+
"@types/node": "^22.10.0",
|
|
113
113
|
"@types/yargs": "^17.0.33",
|
|
114
|
-
"@unocss/eslint-plugin": "^0.
|
|
115
|
-
bumpp: "^9.
|
|
116
|
-
"bun-types": "^1.1.
|
|
117
|
-
eslint: "^9.
|
|
114
|
+
"@unocss/eslint-plugin": "^0.64.1",
|
|
115
|
+
bumpp: "^9.8.1",
|
|
116
|
+
"bun-types": "^1.1.37",
|
|
117
|
+
eslint: "^9.15.0",
|
|
118
118
|
"eslint-plugin-markdown": "^5.1.0",
|
|
119
|
-
"eslint-plugin-regexp": "^2.
|
|
120
|
-
"eslint-plugin-vue": "^9.
|
|
121
|
-
"eslint-plugin-yml": "^1.
|
|
119
|
+
"eslint-plugin-regexp": "^2.7.0",
|
|
120
|
+
"eslint-plugin-vue": "^9.31.0",
|
|
121
|
+
"eslint-plugin-yml": "^1.15.0",
|
|
122
122
|
"eslint-typegen": "^0.3.2",
|
|
123
123
|
"lint-staged": "^15.2.10",
|
|
124
124
|
"simple-git-hooks": "^2.11.1",
|
|
125
|
-
tsup: "^8.3.
|
|
126
|
-
typescript: "^5.
|
|
125
|
+
tsup: "^8.3.5",
|
|
126
|
+
typescript: "^5.7.2",
|
|
127
127
|
unbuild: "^2.0.0",
|
|
128
|
-
vitest: "^2.1.
|
|
128
|
+
vitest: "^2.1.6",
|
|
129
129
|
"vue-eslint-parser": "^9.4.3",
|
|
130
130
|
"yaml-eslint-parser": "^1.2.3"
|
|
131
131
|
},
|