@luxass/eslint-config 7.2.1 → 7.4.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 +1 -2
- package/dist/index.d.mts +269 -365
- package/dist/index.mjs +52 -139
- package/dist/{lib-DRpFEws2.mjs → lib-D3Kr7UIJ.mjs} +285 -576
- package/package.json +39 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luxass/eslint-config",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.0",
|
|
4
4
|
"description": "ESLint config for @luxass",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -42,7 +42,6 @@
|
|
|
42
42
|
"eslint": "^9.10.0 || ^10.0.0",
|
|
43
43
|
"eslint-plugin-astro": "^1.2.0",
|
|
44
44
|
"eslint-plugin-format": ">=0.1.0",
|
|
45
|
-
"eslint-plugin-react-hooks": "^7.0.0",
|
|
46
45
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
47
46
|
"eslint-plugin-tailwindcss": "^3.17.0",
|
|
48
47
|
"prettier-plugin-astro": "^0.14.0"
|
|
@@ -63,9 +62,6 @@
|
|
|
63
62
|
"@eslint-react/eslint-plugin": {
|
|
64
63
|
"optional": true
|
|
65
64
|
},
|
|
66
|
-
"eslint-plugin-react-hooks": {
|
|
67
|
-
"optional": true
|
|
68
|
-
},
|
|
69
65
|
"eslint-plugin-react-refresh": {
|
|
70
66
|
"optional": true
|
|
71
67
|
},
|
|
@@ -81,32 +77,33 @@
|
|
|
81
77
|
},
|
|
82
78
|
"dependencies": {
|
|
83
79
|
"@antfu/install-pkg": "^1.1.0",
|
|
84
|
-
"@clack/prompts": "^1.0
|
|
85
|
-
"@
|
|
80
|
+
"@clack/prompts": "^1.1.0",
|
|
81
|
+
"@e18e/eslint-plugin": "^0.2.0",
|
|
82
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
86
83
|
"@eslint/markdown": "^7.5.1",
|
|
87
|
-
"@stylistic/eslint-plugin": "^5.
|
|
88
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
89
|
-
"@typescript-eslint/parser": "^8.
|
|
90
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
84
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
85
|
+
"@typescript-eslint/eslint-plugin": "^8.57.0",
|
|
86
|
+
"@typescript-eslint/parser": "^8.57.0",
|
|
87
|
+
"@vitest/eslint-plugin": "^1.6.12",
|
|
91
88
|
"eslint-config-flat-gitignore": "^2.2.1",
|
|
92
|
-
"eslint-flat-config-utils": "^3.0.
|
|
89
|
+
"eslint-flat-config-utils": "^3.0.2",
|
|
93
90
|
"eslint-merge-processors": "^2.0.0",
|
|
94
91
|
"eslint-plugin-antfu": "^3.2.2",
|
|
95
92
|
"eslint-plugin-command": "^3.5.2",
|
|
96
93
|
"eslint-plugin-import-lite": "^0.5.2",
|
|
97
|
-
"eslint-plugin-jsdoc": "^62.
|
|
98
|
-
"eslint-plugin-jsonc": "^3.1.
|
|
94
|
+
"eslint-plugin-jsdoc": "^62.8.0",
|
|
95
|
+
"eslint-plugin-jsonc": "^3.1.2",
|
|
99
96
|
"eslint-plugin-n": "^17.24.0",
|
|
100
97
|
"eslint-plugin-perfectionist": "^5.6.0",
|
|
101
98
|
"eslint-plugin-pnpm": "^1.6.0",
|
|
102
|
-
"eslint-plugin-regexp": "^3.
|
|
103
|
-
"eslint-plugin-toml": "^1.3.
|
|
99
|
+
"eslint-plugin-regexp": "^3.1.0",
|
|
100
|
+
"eslint-plugin-toml": "^1.3.1",
|
|
104
101
|
"eslint-plugin-unicorn": "^63.0.0",
|
|
105
102
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
106
103
|
"eslint-plugin-vue": "^10.8.0",
|
|
107
|
-
"eslint-plugin-yml": "^3.3.
|
|
104
|
+
"eslint-plugin-yml": "^3.3.1",
|
|
108
105
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
109
|
-
"globals": "^17.
|
|
106
|
+
"globals": "^17.4.0",
|
|
110
107
|
"local-pkg": "^1.1.2",
|
|
111
108
|
"parse-gitignore": "^2.0.0",
|
|
112
109
|
"toml-eslint-parser": "^1.0.3",
|
|
@@ -114,32 +111,31 @@
|
|
|
114
111
|
"yaml-eslint-parser": "^2.0.0"
|
|
115
112
|
},
|
|
116
113
|
"devDependencies": {
|
|
117
|
-
"@eslint-react/eslint-plugin": "^
|
|
118
|
-
"@eslint/config-inspector": "^1.
|
|
114
|
+
"@eslint-react/eslint-plugin": "^3.0.0",
|
|
115
|
+
"@eslint/config-inspector": "^1.5.0",
|
|
119
116
|
"@prettier/plugin-xml": "^3.4.2",
|
|
120
117
|
"@types/node": "^25.2.1",
|
|
121
|
-
"@typescript-eslint/rule-tester": "^8.
|
|
122
|
-
"@unocss/eslint-plugin": "^66.6.
|
|
118
|
+
"@typescript-eslint/rule-tester": "^8.57.0",
|
|
119
|
+
"@unocss/eslint-plugin": "^66.6.6",
|
|
123
120
|
"astro-eslint-parser": "^1.3.0",
|
|
124
|
-
"eslint": "^10.0.
|
|
121
|
+
"eslint": "^10.0.3",
|
|
125
122
|
"eslint-plugin-astro": "^1.6.0",
|
|
126
123
|
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
127
124
|
"eslint-plugin-format": "^2.0.1",
|
|
128
|
-
"eslint-plugin-react-hooks": "^7.0.1",
|
|
129
125
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
130
126
|
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
131
127
|
"eslint-typegen": "^2.3.1",
|
|
132
128
|
"find-up-simple": "1.0.1",
|
|
133
129
|
"jiti": "^2.6.1",
|
|
134
130
|
"prettier-plugin-astro": "^0.14.1",
|
|
135
|
-
"publint": "^0.3.
|
|
131
|
+
"publint": "^0.3.18",
|
|
136
132
|
"tailwindcss": "^3.4.19",
|
|
137
|
-
"tsdown": "^0.
|
|
133
|
+
"tsdown": "^0.21.2",
|
|
138
134
|
"tsx": "^4.21.0",
|
|
139
135
|
"typescript": "^5.9.3",
|
|
140
|
-
"unocss": "^66.6.
|
|
141
|
-
"vitest": "^4.0
|
|
142
|
-
"vue": "^3.5.
|
|
136
|
+
"unocss": "^66.6.6",
|
|
137
|
+
"vitest": "^4.1.0",
|
|
138
|
+
"vue": "^3.5.30"
|
|
143
139
|
},
|
|
144
140
|
"resolutions": {
|
|
145
141
|
"@eslint-community/eslint-utils": "catalog:peer",
|
|
@@ -151,6 +147,20 @@
|
|
|
151
147
|
"synckit": "catalog:dev",
|
|
152
148
|
"tsx": "catalog:dev"
|
|
153
149
|
},
|
|
150
|
+
"inlinedDependencies": {
|
|
151
|
+
"find-up-simple": "1.0.1",
|
|
152
|
+
"eslint-visitor-keys": [
|
|
153
|
+
"3.4.3",
|
|
154
|
+
"5.0.1"
|
|
155
|
+
],
|
|
156
|
+
"@eslint-community/eslint-utils": "4.9.1",
|
|
157
|
+
"@typescript-eslint/utils": "8.57.0",
|
|
158
|
+
"@typescript-eslint/types": "8.57.0",
|
|
159
|
+
"@typescript-eslint/visitor-keys": "8.57.0",
|
|
160
|
+
"@typescript-eslint/scope-manager": "8.57.0",
|
|
161
|
+
"eslint-plugin-erasable-syntax-only": "0.4.0",
|
|
162
|
+
"cached-factory": "0.1.0"
|
|
163
|
+
},
|
|
154
164
|
"scripts": {
|
|
155
165
|
"build": "pnpm typegen && tsdown --clean --dts",
|
|
156
166
|
"stub": "tsdown",
|