@luxass/eslint-config 4.10.1 → 4.10.3
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.js +1 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -470,7 +470,7 @@ async function imports(options = {}) {
|
|
|
470
470
|
|
|
471
471
|
// src/configs/javascript.ts
|
|
472
472
|
import globals from "globals";
|
|
473
|
-
import
|
|
473
|
+
import pluginUnusedImports from "eslint-plugin-unused-imports";
|
|
474
474
|
import pluginAntfu2 from "eslint-plugin-antfu";
|
|
475
475
|
async function javascript(options = {}) {
|
|
476
476
|
const {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luxass/eslint-config",
|
|
3
|
-
"version": "4.10.
|
|
3
|
+
"version": "4.10.3",
|
|
4
4
|
"description": "ESLint config for @luxass",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -92,15 +92,15 @@
|
|
|
92
92
|
"@antfu/install-pkg": "^0.3.3",
|
|
93
93
|
"@clack/prompts": "^0.7.0",
|
|
94
94
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
|
|
95
|
-
"@stylistic/eslint-plugin": "^2.6.0
|
|
96
|
-
"@typescript-eslint/eslint-plugin": "8.0.0
|
|
97
|
-
"@typescript-eslint/parser": "8.0.0
|
|
95
|
+
"@stylistic/eslint-plugin": "^2.6.0",
|
|
96
|
+
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
97
|
+
"@typescript-eslint/parser": "^8.0.0",
|
|
98
98
|
"eslint-config-flat-gitignore": "^0.1.8",
|
|
99
99
|
"eslint-flat-config-utils": "^0.3.0",
|
|
100
100
|
"eslint-merge-processors": "^0.1.0",
|
|
101
101
|
"eslint-plugin-antfu": "^2.3.4",
|
|
102
102
|
"eslint-plugin-import-x": "^3.1.0",
|
|
103
|
-
"eslint-plugin-jsdoc": "^48.
|
|
103
|
+
"eslint-plugin-jsdoc": "^48.10.2",
|
|
104
104
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
105
105
|
"eslint-plugin-markdown": "^5.1.0",
|
|
106
106
|
"eslint-plugin-n": "^17.10.1",
|
|
@@ -121,9 +121,9 @@
|
|
|
121
121
|
"yaml-eslint-parser": "^1.2.3"
|
|
122
122
|
},
|
|
123
123
|
"devDependencies": {
|
|
124
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
124
|
+
"@eslint-react/eslint-plugin": "^1.7.1",
|
|
125
125
|
"@eslint/config-inspector": "^0.5.2",
|
|
126
|
-
"@stylistic/eslint-plugin-migrate": "^2.
|
|
126
|
+
"@stylistic/eslint-plugin-migrate": "^2.6.0",
|
|
127
127
|
"@types/eslint": "^9.6.0",
|
|
128
128
|
"@types/estree": "^1.0.5",
|
|
129
129
|
"@types/node": "^20.14.12",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"tsup": "^8.2.3",
|
|
144
144
|
"typescript": "^5.5.4",
|
|
145
145
|
"unocss": "^0.61.6",
|
|
146
|
-
"vitest": "^2.0.
|
|
147
|
-
"vue": "^3.4.
|
|
146
|
+
"vitest": "^2.0.5",
|
|
147
|
+
"vue": "^3.4.35"
|
|
148
148
|
}
|
|
149
149
|
}
|