@ivanmaxlogiudice/eslint-config 3.0.0-beta.5 → 3.0.0-beta.7
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 +27 -20
- package/dist/index.d.ts +222 -202
- package/dist/index.js +118 -42
- package/package.json +27 -20
package/dist/cli.js
CHANGED
|
@@ -11,8 +11,8 @@ import c from "picocolors";
|
|
|
11
11
|
// package.json
|
|
12
12
|
var package_default = {
|
|
13
13
|
name: "@ivanmaxlogiudice/eslint-config",
|
|
14
|
-
version: "3.0.0-beta.
|
|
15
|
-
packageManager: "bun@1.1.
|
|
14
|
+
version: "3.0.0-beta.7",
|
|
15
|
+
packageManager: "bun@1.1.26",
|
|
16
16
|
description: "Personal ESLint config",
|
|
17
17
|
type: "module",
|
|
18
18
|
keywords: ["eslint-config"],
|
|
@@ -43,7 +43,7 @@ var package_default = {
|
|
|
43
43
|
dev: "config-inspector --config eslint.config.ts",
|
|
44
44
|
build: "bun run typegen && tsup --format esm --clean --dts",
|
|
45
45
|
test: "vitest",
|
|
46
|
-
lint: "eslint
|
|
46
|
+
lint: "eslint --flag unstable_ts_config --fix .",
|
|
47
47
|
typegen: "bun scripts/typegen.ts",
|
|
48
48
|
prepack: "bun run build",
|
|
49
49
|
release: "bumpp && npm publish",
|
|
@@ -84,19 +84,19 @@ var package_default = {
|
|
|
84
84
|
},
|
|
85
85
|
dependencies: {
|
|
86
86
|
"@clack/prompts": "^0.7.0",
|
|
87
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.
|
|
87
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
88
88
|
"@ivanmaxlogiudice/gitignore": "^0.0.2",
|
|
89
|
-
"@stylistic/eslint-plugin": "^2.6.
|
|
90
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
91
|
-
"@typescript-eslint/parser": "^8.
|
|
92
|
-
"@vitest/eslint-plugin": "^1.0.
|
|
93
|
-
"eslint-plugin-antfu": "^2.3.
|
|
89
|
+
"@stylistic/eslint-plugin": "^2.6.4",
|
|
90
|
+
"@typescript-eslint/eslint-plugin": "^8.2.0",
|
|
91
|
+
"@typescript-eslint/parser": "^8.2.0",
|
|
92
|
+
"@vitest/eslint-plugin": "^1.0.3",
|
|
93
|
+
"eslint-plugin-antfu": "^2.3.6",
|
|
94
94
|
"eslint-plugin-import-x": "^3.1.0",
|
|
95
95
|
"eslint-plugin-jsdoc": "^50.2.2",
|
|
96
96
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
97
97
|
"eslint-plugin-n": "^17.10.2",
|
|
98
|
-
"eslint-plugin-no-only-tests": "^3.
|
|
99
|
-
"eslint-plugin-perfectionist": "^3.
|
|
98
|
+
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
99
|
+
"eslint-plugin-perfectionist": "^3.2.0",
|
|
100
100
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
101
101
|
"eslint-plugin-unused-imports": "^4.1.3",
|
|
102
102
|
globals: "^15.9.0",
|
|
@@ -106,27 +106,34 @@ var package_default = {
|
|
|
106
106
|
yargs: "^17.7.2"
|
|
107
107
|
},
|
|
108
108
|
devDependencies: {
|
|
109
|
-
"@eslint/config-inspector": "^0.5.
|
|
110
|
-
"@stylistic/eslint-plugin-migrate": "^2.6.
|
|
109
|
+
"@eslint/config-inspector": "^0.5.4",
|
|
110
|
+
"@stylistic/eslint-plugin-migrate": "^2.6.4",
|
|
111
111
|
"@types/eslint": "^9.6.0",
|
|
112
|
-
"@types/node": "^22.
|
|
112
|
+
"@types/node": "^22.5.0",
|
|
113
113
|
"@types/yargs": "^17.0.33",
|
|
114
|
-
"@unocss/eslint-plugin": "^0.62.
|
|
115
|
-
bumpp: "^9.5.
|
|
116
|
-
"bun-types": "^1.1.
|
|
117
|
-
|
|
118
|
-
eslint: "^9.9.0",
|
|
114
|
+
"@unocss/eslint-plugin": "^0.62.3",
|
|
115
|
+
bumpp: "^9.5.2",
|
|
116
|
+
"bun-types": "^1.1.26",
|
|
117
|
+
eslint: "^9.9.1",
|
|
119
118
|
"eslint-plugin-markdown": "^5.1.0",
|
|
120
119
|
"eslint-plugin-regexp": "^2.6.0",
|
|
121
120
|
"eslint-plugin-vue": "^9.27.0",
|
|
122
121
|
"eslint-plugin-yml": "^1.14.0",
|
|
123
|
-
"eslint-typegen": "^0.3.
|
|
122
|
+
"eslint-typegen": "^0.3.1",
|
|
123
|
+
"lint-staged": "^15.2.9",
|
|
124
|
+
"simple-git-hooks": "^2.11.1",
|
|
124
125
|
tsup: "^8.2.4",
|
|
125
126
|
typescript: "^5.5.4",
|
|
126
127
|
unbuild: "^2.0.0",
|
|
127
128
|
vitest: "^2.0.5",
|
|
128
129
|
"vue-eslint-parser": "^9.4.3",
|
|
129
130
|
"yaml-eslint-parser": "^1.2.3"
|
|
131
|
+
},
|
|
132
|
+
"simple-git-hooks": {
|
|
133
|
+
"pre-commit": "bunx lint-staged"
|
|
134
|
+
},
|
|
135
|
+
"lint-staged": {
|
|
136
|
+
"*": "eslint --flag unstable_ts_config --fix"
|
|
130
137
|
}
|
|
131
138
|
};
|
|
132
139
|
|