@luxass/eslint-config 5.0.0 → 5.1.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/dist/index.d.ts +249 -194
- package/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luxass/eslint-config",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.1.0",
|
|
4
4
|
"description": "ESLint config for @luxass",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -83,59 +83,59 @@
|
|
|
83
83
|
"@antfu/install-pkg": "^1.1.0",
|
|
84
84
|
"@clack/prompts": "^0.11.0",
|
|
85
85
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
86
|
-
"@eslint/markdown": "^6.
|
|
87
|
-
"@stylistic/eslint-plugin": "^
|
|
88
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
89
|
-
"@typescript-eslint/parser": "^8.
|
|
90
|
-
"@vitest/eslint-plugin": "^1.
|
|
86
|
+
"@eslint/markdown": "^6.6.0",
|
|
87
|
+
"@stylistic/eslint-plugin": "^5.1.0",
|
|
88
|
+
"@typescript-eslint/eslint-plugin": "^8.35.1",
|
|
89
|
+
"@typescript-eslint/parser": "^8.35.1",
|
|
90
|
+
"@vitest/eslint-plugin": "^1.3.4",
|
|
91
91
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
92
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
95
|
"eslint-plugin-import-lite": "^0.3.0",
|
|
96
|
-
"eslint-plugin-jsdoc": "^
|
|
96
|
+
"eslint-plugin-jsdoc": "^51.3.2",
|
|
97
97
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
98
|
-
"eslint-plugin-n": "^17.
|
|
99
|
-
"eslint-plugin-perfectionist": "^4.
|
|
98
|
+
"eslint-plugin-n": "^17.20.0",
|
|
99
|
+
"eslint-plugin-perfectionist": "^4.15.0",
|
|
100
100
|
"eslint-plugin-pnpm": "^0.3.1",
|
|
101
|
-
"eslint-plugin-regexp": "^2.
|
|
101
|
+
"eslint-plugin-regexp": "^2.9.0",
|
|
102
102
|
"eslint-plugin-toml": "^0.12.0",
|
|
103
103
|
"eslint-plugin-unicorn": "^59.0.1",
|
|
104
104
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
105
105
|
"eslint-plugin-vue": "^10.2.0",
|
|
106
106
|
"eslint-plugin-yml": "^1.18.0",
|
|
107
107
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
108
|
-
"globals": "^16.
|
|
108
|
+
"globals": "^16.3.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.
|
|
113
|
+
"vue-eslint-parser": "^10.2.0",
|
|
114
114
|
"yaml-eslint-parser": "^1.3.0"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
117
|
+
"@eslint-react/eslint-plugin": "^1.52.2",
|
|
118
118
|
"@eslint/config-inspector": "^1.1.0",
|
|
119
119
|
"@types/node": "^22.13.10",
|
|
120
|
-
"@typescript-eslint/rule-tester": "^8.
|
|
121
|
-
"@unocss/eslint-plugin": "^66.
|
|
120
|
+
"@typescript-eslint/rule-tester": "^8.35.1",
|
|
121
|
+
"@unocss/eslint-plugin": "^66.3.2",
|
|
122
122
|
"astro-eslint-parser": "^1.2.2",
|
|
123
|
-
"eslint": "^9.
|
|
123
|
+
"eslint": "^9.30.1",
|
|
124
124
|
"eslint-plugin-astro": "^1.3.1",
|
|
125
125
|
"eslint-plugin-format": "^1.0.1",
|
|
126
126
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
127
127
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
128
128
|
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
129
|
-
"eslint-typegen": "^2.2.
|
|
129
|
+
"eslint-typegen": "^2.2.1",
|
|
130
130
|
"jiti": "^2.4.2",
|
|
131
131
|
"prettier-plugin-astro": "^0.14.1",
|
|
132
132
|
"tailwindcss": "3.4.17",
|
|
133
|
-
"tsdown": "^0.12.
|
|
134
|
-
"tsx": "^4.
|
|
133
|
+
"tsdown": "^0.12.9",
|
|
134
|
+
"tsx": "^4.20.3",
|
|
135
135
|
"typescript": "^5.8.3",
|
|
136
|
-
"unocss": "^66.
|
|
137
|
-
"vitest": "^3.2.
|
|
138
|
-
"vue": "^3.5.
|
|
136
|
+
"unocss": "^66.3.2",
|
|
137
|
+
"vitest": "^3.2.4",
|
|
138
|
+
"vue": "^3.5.17"
|
|
139
139
|
},
|
|
140
140
|
"scripts": {
|
|
141
141
|
"build": "pnpm typegen && tsdown --clean --dts",
|