@luxass/eslint-config 4.18.1 → 5.0.0
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/README.md +3 -3
- package/dist/index.d.ts +9149 -9808
- package/dist/index.js +2090 -2568
- package/package.json +36 -37
- package/dist/index.cjs +0 -2796
- package/dist/index.d.cts +0 -17537
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luxass/eslint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "ESLint config for @luxass",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -80,67 +80,66 @@
|
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@antfu/install-pkg": "^1.
|
|
84
|
-
"@clack/prompts": "^0.
|
|
85
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.
|
|
86
|
-
"@eslint/markdown": "^6.
|
|
87
|
-
"@stylistic/eslint-plugin": "^4.
|
|
88
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
89
|
-
"@typescript-eslint/parser": "^8.
|
|
90
|
-
"@vitest/eslint-plugin": "^1.1
|
|
83
|
+
"@antfu/install-pkg": "^1.1.0",
|
|
84
|
+
"@clack/prompts": "^0.11.0",
|
|
85
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
86
|
+
"@eslint/markdown": "^6.5.0",
|
|
87
|
+
"@stylistic/eslint-plugin": "^4.4.1",
|
|
88
|
+
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
|
89
|
+
"@typescript-eslint/parser": "^8.33.1",
|
|
90
|
+
"@vitest/eslint-plugin": "^1.2.1",
|
|
91
91
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
92
|
-
"eslint-flat-config-utils": "^2.0
|
|
92
|
+
"eslint-flat-config-utils": "^2.1.0",
|
|
93
93
|
"eslint-merge-processors": "^2.0.0",
|
|
94
94
|
"eslint-plugin-antfu": "^3.1.1",
|
|
95
|
-
"eslint-plugin-import-
|
|
96
|
-
"eslint-plugin-jsdoc": "^50.
|
|
97
|
-
"eslint-plugin-jsonc": "^2.20.
|
|
98
|
-
"eslint-plugin-n": "^17.
|
|
99
|
-
"eslint-plugin-perfectionist": "^4.
|
|
95
|
+
"eslint-plugin-import-lite": "^0.3.0",
|
|
96
|
+
"eslint-plugin-jsdoc": "^50.7.1",
|
|
97
|
+
"eslint-plugin-jsonc": "^2.20.1",
|
|
98
|
+
"eslint-plugin-n": "^17.19.0",
|
|
99
|
+
"eslint-plugin-perfectionist": "^4.14.0",
|
|
100
100
|
"eslint-plugin-pnpm": "^0.3.1",
|
|
101
|
-
"eslint-plugin-regexp": "^2.
|
|
101
|
+
"eslint-plugin-regexp": "^2.8.0",
|
|
102
102
|
"eslint-plugin-toml": "^0.12.0",
|
|
103
|
-
"eslint-plugin-unicorn": "^
|
|
103
|
+
"eslint-plugin-unicorn": "^59.0.1",
|
|
104
104
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
105
|
-
"eslint-plugin-vue": "^10.
|
|
106
|
-
"eslint-plugin-yml": "^1.
|
|
105
|
+
"eslint-plugin-vue": "^10.2.0",
|
|
106
|
+
"eslint-plugin-yml": "^1.18.0",
|
|
107
107
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
108
|
-
"globals": "^16.
|
|
108
|
+
"globals": "^16.2.0",
|
|
109
109
|
"jsonc-eslint-parser": "^2.4.0",
|
|
110
110
|
"local-pkg": "^1.1.1",
|
|
111
111
|
"parse-gitignore": "^2.0.0",
|
|
112
112
|
"toml-eslint-parser": "^0.10.0",
|
|
113
|
-
"vue-eslint-parser": "^10.1.
|
|
113
|
+
"vue-eslint-parser": "^10.1.3",
|
|
114
114
|
"yaml-eslint-parser": "^1.3.0"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
118
|
-
"@eslint/config-inspector": "^1.0
|
|
119
|
-
"@stylistic/eslint-plugin-migrate": "^4.2.0",
|
|
117
|
+
"@eslint-react/eslint-plugin": "^1.51.2",
|
|
118
|
+
"@eslint/config-inspector": "^1.1.0",
|
|
120
119
|
"@types/node": "^22.13.10",
|
|
121
|
-
"@typescript-eslint/rule-tester": "^8.
|
|
122
|
-
"@unocss/eslint-plugin": "^66.1.
|
|
120
|
+
"@typescript-eslint/rule-tester": "^8.33.1",
|
|
121
|
+
"@unocss/eslint-plugin": "^66.1.4",
|
|
123
122
|
"astro-eslint-parser": "^1.2.2",
|
|
124
|
-
"eslint": "^9.
|
|
123
|
+
"eslint": "^9.28.0",
|
|
125
124
|
"eslint-plugin-astro": "^1.3.1",
|
|
126
125
|
"eslint-plugin-format": "^1.0.1",
|
|
127
126
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
128
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
127
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
129
128
|
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
130
|
-
"eslint-typegen": "^2.
|
|
129
|
+
"eslint-typegen": "^2.2.0",
|
|
131
130
|
"jiti": "^2.4.2",
|
|
132
131
|
"prettier-plugin-astro": "^0.14.1",
|
|
133
132
|
"tailwindcss": "3.4.17",
|
|
134
|
-
"
|
|
135
|
-
"tsx": "^4.19.
|
|
136
|
-
"typescript": "^5.8.
|
|
137
|
-
"unocss": "^66.
|
|
138
|
-
"vitest": "^3.
|
|
139
|
-
"vue": "^3.5.
|
|
133
|
+
"tsdown": "^0.12.7",
|
|
134
|
+
"tsx": "^4.19.4",
|
|
135
|
+
"typescript": "^5.8.3",
|
|
136
|
+
"unocss": "^66.1.4",
|
|
137
|
+
"vitest": "^3.2.2",
|
|
138
|
+
"vue": "^3.5.16"
|
|
140
139
|
},
|
|
141
140
|
"scripts": {
|
|
142
|
-
"build": "pnpm typegen &&
|
|
143
|
-
"stub": "
|
|
141
|
+
"build": "pnpm typegen && tsdown --clean --dts",
|
|
142
|
+
"stub": "tsdown",
|
|
144
143
|
"dev": "pnpm eslint-config-inspector --config eslint.config.ts",
|
|
145
144
|
"build:inspector": "pnpm build && pnpm eslint-config-inspector build",
|
|
146
145
|
"test": "vitest --run",
|