@ivanmaxlogiudice/eslint-config 3.1.12 → 3.1.13
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/bin/index.mjs +0 -0
- package/dist/cli.mjs +17 -17
- package/dist/index.d.mts +1187 -448
- package/dist/index.mjs +8 -8
- package/package.json +17 -17
package/bin/index.mjs
CHANGED
|
File without changes
|
package/dist/cli.mjs
CHANGED
|
@@ -12,8 +12,8 @@ import { execSync } from "node:child_process";
|
|
|
12
12
|
var package_default = {
|
|
13
13
|
name: "@ivanmaxlogiudice/eslint-config",
|
|
14
14
|
type: "module",
|
|
15
|
-
version: "3.1.
|
|
16
|
-
packageManager: "bun@1.
|
|
15
|
+
version: "3.1.13",
|
|
16
|
+
packageManager: "bun@1.3.5",
|
|
17
17
|
description: "Personal ESLint config",
|
|
18
18
|
license: "MIT",
|
|
19
19
|
homepage: "https://github.com/ivanmaxlogiudice/eslint-config#readme",
|
|
@@ -65,36 +65,36 @@ var package_default = {
|
|
|
65
65
|
"@eslint/markdown": "^7.5.1",
|
|
66
66
|
"@ivanmaxlogiudice/gitignore": "^0.0.2",
|
|
67
67
|
"@stylistic/eslint-plugin": "^5.6.1",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
69
|
-
"@typescript-eslint/parser": "^8.
|
|
70
|
-
"@vitest/eslint-plugin": "^1.
|
|
68
|
+
"@typescript-eslint/eslint-plugin": "^8.52.0",
|
|
69
|
+
"@typescript-eslint/parser": "^8.52.0",
|
|
70
|
+
"@vitest/eslint-plugin": "^1.6.6",
|
|
71
71
|
"ansis": "^4.2.0",
|
|
72
72
|
"cac": "^6.7.14",
|
|
73
|
-
"eslint-plugin-antfu": "^3.1.
|
|
74
|
-
"eslint-plugin-import-lite": "^0.
|
|
75
|
-
"eslint-plugin-jsdoc": "^61.
|
|
73
|
+
"eslint-plugin-antfu": "^3.1.3",
|
|
74
|
+
"eslint-plugin-import-lite": "^0.5.0",
|
|
75
|
+
"eslint-plugin-jsdoc": "^61.7.1",
|
|
76
76
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
77
77
|
"eslint-plugin-n": "^17.23.1",
|
|
78
78
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
79
|
-
"eslint-plugin-perfectionist": "^
|
|
79
|
+
"eslint-plugin-perfectionist": "^5.3.1",
|
|
80
80
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
81
81
|
"eslint-plugin-unused-imports": "^4.3.0",
|
|
82
82
|
"eslint-plugin-vue": "^10.6.2",
|
|
83
|
-
"globals": "^
|
|
83
|
+
"globals": "^17.0.0",
|
|
84
84
|
"jsonc-eslint-parser": "^2.4.2",
|
|
85
85
|
"local-pkg": "^1.1.2",
|
|
86
|
-
"tsdown": "^0.
|
|
86
|
+
"tsdown": "^0.18.4",
|
|
87
87
|
"vue-eslint-parser": "^10.2.0"
|
|
88
88
|
},
|
|
89
89
|
devDependencies: {
|
|
90
90
|
"@eslint/config-inspector": "^1.4.2",
|
|
91
|
-
"@types/bun": "^1.3.
|
|
92
|
-
"@types/node": "^
|
|
93
|
-
"@unocss/eslint-plugin": "^66.5.
|
|
91
|
+
"@types/bun": "^1.3.5",
|
|
92
|
+
"@types/node": "^25.0.3",
|
|
93
|
+
"@unocss/eslint-plugin": "^66.5.12",
|
|
94
94
|
"bumpp": "^10.3.2",
|
|
95
|
-
"eslint": "^9.39.
|
|
95
|
+
"eslint": "^9.39.2",
|
|
96
96
|
"eslint-plugin-regexp": "^2.10.0",
|
|
97
|
-
"eslint-plugin-yml": "^1.19.
|
|
97
|
+
"eslint-plugin-yml": "^1.19.1",
|
|
98
98
|
"eslint-typegen": "^2.3.0",
|
|
99
99
|
"nano-staged": "^0.9.0",
|
|
100
100
|
"simple-git-hooks": "^2.13.1",
|
|
@@ -102,7 +102,7 @@ var package_default = {
|
|
|
102
102
|
"unbuild": "^3.6.1",
|
|
103
103
|
"yaml-eslint-parser": "^1.3.2"
|
|
104
104
|
},
|
|
105
|
-
resolutions: { "eslint": "^9.39.
|
|
105
|
+
resolutions: { "eslint": "^9.39.2" },
|
|
106
106
|
"simple-git-hooks": { "pre-commit": "./node_modules/.bin/nano-staged" },
|
|
107
107
|
"nano-staged": { "*": "eslint --fix" }
|
|
108
108
|
};
|