@sxzz/eslint-config 8.0.0 → 8.2.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.mts +396 -178
- package/dist/index.mjs +1 -1
- package/package.json +28 -28
package/dist/index.mjs
CHANGED
|
@@ -8,7 +8,7 @@ import pluginMarkdown from "@eslint/markdown";
|
|
|
8
8
|
const tseslint = __cjs_require("typescript-eslint");
|
|
9
9
|
import pluginUnicorn from "eslint-plugin-unicorn";
|
|
10
10
|
const pluginVue = __cjs_require("eslint-plugin-vue");
|
|
11
|
-
|
|
11
|
+
import pluginNode from "eslint-plugin-n";
|
|
12
12
|
import pluginPerfectionist from "eslint-plugin-perfectionist";
|
|
13
13
|
const pluginPrettier = __cjs_require("eslint-plugin-prettier");
|
|
14
14
|
const pluginPrettierRecommended = __cjs_require("eslint-plugin-prettier/recommended");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sxzz/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "8.
|
|
4
|
+
"version": "8.2.0",
|
|
5
5
|
"description": "ESLint config for @sxzz.",
|
|
6
6
|
"author": "Kevin Deng <sxzz@sxzz.moe>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -41,48 +41,48 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.
|
|
44
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.2",
|
|
45
45
|
"@eslint/js": "^10.0.1",
|
|
46
|
-
"@eslint/markdown": "^8.0.
|
|
46
|
+
"@eslint/markdown": "^8.0.2",
|
|
47
47
|
"eslint-config-flat-gitignore": "^2.3.0",
|
|
48
48
|
"eslint-config-prettier": "^10.1.8",
|
|
49
|
-
"eslint-flat-config-utils": "^3.
|
|
50
|
-
"eslint-plugin-antfu": "^3.2.
|
|
49
|
+
"eslint-flat-config-utils": "^3.2.0",
|
|
50
|
+
"eslint-plugin-antfu": "^3.2.3",
|
|
51
51
|
"eslint-plugin-baseline-js": "^0.6.2",
|
|
52
52
|
"eslint-plugin-command": "^3.5.2",
|
|
53
|
-
"eslint-plugin-de-morgan": "^2.1.
|
|
53
|
+
"eslint-plugin-de-morgan": "^2.1.2",
|
|
54
54
|
"eslint-plugin-importer": "^0.3.0",
|
|
55
|
-
"eslint-plugin-jsdoc": "^
|
|
56
|
-
"eslint-plugin-jsonc": "^3.
|
|
57
|
-
"eslint-plugin-n": "^
|
|
55
|
+
"eslint-plugin-jsdoc": "^63.0.2",
|
|
56
|
+
"eslint-plugin-jsonc": "^3.2.0",
|
|
57
|
+
"eslint-plugin-n": "^18.1.0",
|
|
58
58
|
"eslint-plugin-perfectionist": "^5.9.0",
|
|
59
|
-
"eslint-plugin-pnpm": "^1.6.
|
|
60
|
-
"eslint-plugin-prettier": "^5.5.
|
|
59
|
+
"eslint-plugin-pnpm": "^1.6.1",
|
|
60
|
+
"eslint-plugin-prettier": "^5.5.6",
|
|
61
61
|
"eslint-plugin-regexp": "^3.1.0",
|
|
62
|
-
"eslint-plugin-sxzz": "^0.
|
|
63
|
-
"eslint-plugin-unicorn": "^
|
|
62
|
+
"eslint-plugin-sxzz": "^0.5.0",
|
|
63
|
+
"eslint-plugin-unicorn": "^65.0.1",
|
|
64
64
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
65
|
-
"eslint-plugin-vue": "^10.9.
|
|
66
|
-
"eslint-plugin-yml": "^3.
|
|
67
|
-
"globals": "^17.
|
|
65
|
+
"eslint-plugin-vue": "^10.9.2",
|
|
66
|
+
"eslint-plugin-yml": "^3.4.0",
|
|
67
|
+
"globals": "^17.6.0",
|
|
68
68
|
"jsonc-eslint-parser": "^3.1.0",
|
|
69
|
-
"typescript-eslint": "^8.
|
|
70
|
-
"vue-eslint-parser": "^10.4.
|
|
69
|
+
"typescript-eslint": "^8.61.0",
|
|
70
|
+
"vue-eslint-parser": "^10.4.1"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@eslint/config-inspector": "^
|
|
73
|
+
"@eslint/config-inspector": "^3.0.4",
|
|
74
74
|
"@sxzz/prettier-config": "^2.3.1",
|
|
75
|
-
"@types/node": "^25.
|
|
76
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
77
|
-
"@unocss/eslint-plugin": "^66.
|
|
78
|
-
"bumpp": "^11.0
|
|
79
|
-
"eslint": "^10.
|
|
75
|
+
"@types/node": "^25.9.3",
|
|
76
|
+
"@typescript/native-preview": "7.0.0-dev.20260613.1",
|
|
77
|
+
"@unocss/eslint-plugin": "^66.7.2",
|
|
78
|
+
"bumpp": "^11.1.0",
|
|
79
|
+
"eslint": "^10.5.0",
|
|
80
80
|
"eslint-plugin-astro": "^1.7.0",
|
|
81
81
|
"eslint-typegen": "^2.3.1",
|
|
82
|
-
"prettier": "^3.8.
|
|
83
|
-
"rolldown-plugin-require-cjs": "^0.4.
|
|
84
|
-
"tsdown": "^0.
|
|
85
|
-
"tsdown-preset-sxzz": "^0.
|
|
82
|
+
"prettier": "^3.8.4",
|
|
83
|
+
"rolldown-plugin-require-cjs": "^0.4.1",
|
|
84
|
+
"tsdown": "^0.22.2",
|
|
85
|
+
"tsdown-preset-sxzz": "^0.6.0",
|
|
86
86
|
"typescript": "^6.0.3"
|
|
87
87
|
},
|
|
88
88
|
"resolutions": {
|