@dhzh/eslint-config 0.3.0 → 0.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 +0 -4
- package/dist/cli.cjs +20 -23
- package/dist/cli.js +20 -23
- package/dist/index.cjs +1018 -976
- package/dist/index.d.cts +13 -11
- package/dist/index.d.ts +13 -11
- package/dist/index.js +1017 -976
- package/package.json +19 -18
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhzh/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.4.0",
|
|
5
5
|
"description": "Easton's ESLint config",
|
|
6
6
|
"author": "Easton Zheng <dhzhme@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -67,28 +67,29 @@
|
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@antfu/install-pkg": "^0.3.2",
|
|
69
69
|
"@clack/prompts": "^0.7.0",
|
|
70
|
-
"@eslint-react/eslint-plugin": "^1.5.
|
|
70
|
+
"@eslint-react/eslint-plugin": "^1.5.9",
|
|
71
71
|
"@stylistic/eslint-plugin": "^1.7.2",
|
|
72
|
-
"@typescript-eslint/eslint-plugin": "^7.7.
|
|
73
|
-
"@typescript-eslint/parser": "^7.7.
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
73
|
+
"@typescript-eslint/parser": "^7.7.1",
|
|
74
74
|
"eslint-config-flat-gitignore": "^0.1.5",
|
|
75
75
|
"eslint-flat-config-utils": "^0.2.3",
|
|
76
76
|
"eslint-merge-processors": "^0.1.0",
|
|
77
77
|
"eslint-plugin-antfu": "^2.1.2",
|
|
78
|
+
"eslint-plugin-command": "^0.1.2",
|
|
78
79
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
79
80
|
"eslint-plugin-import-x": "^0.5.0",
|
|
80
81
|
"eslint-plugin-jsdoc": "^48.2.3",
|
|
81
82
|
"eslint-plugin-jsonc": "^2.15.1",
|
|
82
83
|
"eslint-plugin-markdown": "^4.0.1",
|
|
83
|
-
"eslint-plugin-n": "^17.
|
|
84
|
+
"eslint-plugin-n": "^17.3.1",
|
|
84
85
|
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
85
|
-
"eslint-plugin-perfectionist": "^2.
|
|
86
|
-
"eslint-plugin-react-hooks": "^4.6.
|
|
86
|
+
"eslint-plugin-perfectionist": "^2.10.0",
|
|
87
|
+
"eslint-plugin-react-hooks": "^4.6.1",
|
|
87
88
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
88
89
|
"eslint-plugin-toml": "^0.11.0",
|
|
89
90
|
"eslint-plugin-unicorn": "^52.0.0",
|
|
90
91
|
"eslint-plugin-unused-imports": "^3.1.0",
|
|
91
|
-
"eslint-plugin-vitest": "^0.5.
|
|
92
|
+
"eslint-plugin-vitest": "^0.5.4",
|
|
92
93
|
"eslint-plugin-vue": "^9.25.0",
|
|
93
94
|
"eslint-plugin-yml": "^1.14.0",
|
|
94
95
|
"eslint-processor-vue-blocks": "^0.1.2",
|
|
@@ -105,23 +106,23 @@
|
|
|
105
106
|
"devDependencies": {
|
|
106
107
|
"@antfu/eslint-plugin-prettier": "^5.0.1-1",
|
|
107
108
|
"@antfu/ni": "^0.21.12",
|
|
108
|
-
"@eslint/config-inspector": "^0.4.
|
|
109
|
+
"@eslint/config-inspector": "^0.4.7",
|
|
109
110
|
"@stylistic/eslint-plugin-migrate": "^1.7.2",
|
|
110
|
-
"@types/eslint": "^8.56.
|
|
111
|
+
"@types/eslint": "^8.56.10",
|
|
111
112
|
"@types/fs-extra": "^11.0.4",
|
|
112
113
|
"@types/node": "^20.12.7",
|
|
113
114
|
"@types/prompts": "^2.4.9",
|
|
114
115
|
"@types/yargs": "^17.0.32",
|
|
115
|
-
"@unocss/eslint-plugin": "^0.59.
|
|
116
|
+
"@unocss/eslint-plugin": "^0.59.4",
|
|
116
117
|
"astro-eslint-parser": "^0.17.0",
|
|
117
118
|
"bumpp": "^9.4.0",
|
|
118
|
-
"bundle-require": "^4.0.
|
|
119
|
-
"eslint": "^9.
|
|
119
|
+
"bundle-require": "^4.0.3",
|
|
120
|
+
"eslint": "^9.1.1",
|
|
120
121
|
"eslint-plugin-astro": "^0.34.0",
|
|
121
122
|
"eslint-plugin-format": "^0.1.1",
|
|
122
123
|
"eslint-plugin-solid": "^0.13.2",
|
|
123
124
|
"eslint-plugin-svelte": "2.36.0-next.13",
|
|
124
|
-
"eslint-typegen": "^0.2.
|
|
125
|
+
"eslint-typegen": "^0.2.4",
|
|
125
126
|
"esno": "^4.7.0",
|
|
126
127
|
"execa": "^8.0.1",
|
|
127
128
|
"fast-glob": "^3.3.2",
|
|
@@ -132,12 +133,12 @@
|
|
|
132
133
|
"rimraf": "^5.0.5",
|
|
133
134
|
"simple-git-hooks": "^2.11.1",
|
|
134
135
|
"svelte": "^4.2.15",
|
|
135
|
-
"svelte-eslint-parser": "^0.
|
|
136
|
+
"svelte-eslint-parser": "^0.35.0",
|
|
136
137
|
"tsup": "^8.0.2",
|
|
137
138
|
"typescript": "^5.4.5",
|
|
138
|
-
"vitest": "^1.5.
|
|
139
|
-
"vue": "^3.4.
|
|
140
|
-
"@dhzh/eslint-config": "0.
|
|
139
|
+
"vitest": "^1.5.2",
|
|
140
|
+
"vue": "^3.4.25",
|
|
141
|
+
"@dhzh/eslint-config": "0.4.0"
|
|
141
142
|
},
|
|
142
143
|
"simple-git-hooks": {
|
|
143
144
|
"pre-commit": "pnpm lint-staged"
|