@coderwyd/eslint-config 2.7.2 → 3.0.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 +2 -66
- package/dist/cli.cjs +15 -50
- package/dist/cli.js +15 -50
- package/dist/index.cjs +260 -566
- package/dist/index.d.cts +4750 -6486
- package/dist/index.d.ts +4750 -6486
- package/dist/index.js +259 -565
- package/package.json +25 -27
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coderwyd/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"description": "Donny's ESLint config",
|
|
6
6
|
"author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -70,65 +70,63 @@
|
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@antfu/install-pkg": "^0.4.1",
|
|
72
72
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
73
|
-
"@stylistic/eslint-plugin": "^2.8.0",
|
|
74
73
|
"@toml-tools/parser": "^1.0.0",
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
76
|
-
"@typescript-eslint/parser": "^8.
|
|
77
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
74
|
+
"@typescript-eslint/eslint-plugin": "^8.7.0",
|
|
75
|
+
"@typescript-eslint/parser": "^8.7.0",
|
|
76
|
+
"@vitest/eslint-plugin": "^1.1.4",
|
|
78
77
|
"eslint-config-flat-gitignore": "^0.3.0",
|
|
79
|
-
"eslint-
|
|
80
|
-
"eslint-plugin-antfu": "^2.
|
|
81
|
-
"eslint-plugin-command": "^0.2.
|
|
78
|
+
"eslint-config-prettier": "^9.1.0",
|
|
79
|
+
"eslint-plugin-antfu": "^2.7.0",
|
|
80
|
+
"eslint-plugin-command": "^0.2.6",
|
|
82
81
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
83
|
-
"eslint-plugin-
|
|
84
|
-
"eslint-plugin-
|
|
85
|
-
"eslint-plugin-jsdoc": "^50.2.2",
|
|
82
|
+
"eslint-plugin-import-x": "^4.3.0",
|
|
83
|
+
"eslint-plugin-jsdoc": "^50.3.0",
|
|
86
84
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
87
|
-
"eslint-plugin-n": "^17.10.
|
|
85
|
+
"eslint-plugin-n": "^17.10.3",
|
|
88
86
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
89
|
-
"eslint-plugin-perfectionist": "^3.
|
|
87
|
+
"eslint-plugin-perfectionist": "^3.7.0",
|
|
88
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
90
89
|
"eslint-plugin-regexp": "^2.6.0",
|
|
91
90
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
92
|
-
"eslint-plugin-unused-imports": "^4.1.
|
|
91
|
+
"eslint-plugin-unused-imports": "^4.1.4",
|
|
93
92
|
"eslint-plugin-vue": "^9.28.0",
|
|
94
|
-
"eslint-processor-vue-blocks": "^0.1.2",
|
|
95
93
|
"eslint-typegen": "^0.3.2",
|
|
96
94
|
"globals": "^15.9.0",
|
|
97
95
|
"jsonc-eslint-parser": "^2.4.0",
|
|
98
96
|
"local-pkg": "^0.5.0",
|
|
99
97
|
"parse-gitignore": "^2.0.0",
|
|
100
98
|
"picocolors": "^1.1.0",
|
|
101
|
-
"prettier
|
|
99
|
+
"prettier": "^3.3.3",
|
|
102
100
|
"prompts": "^2.4.2",
|
|
103
101
|
"vue-eslint-parser": "^9.4.3",
|
|
104
102
|
"yargs": "^17.7.2"
|
|
105
103
|
},
|
|
106
104
|
"devDependencies": {
|
|
107
105
|
"@antfu/ni": "^0.23.0",
|
|
108
|
-
"@eslint-react/eslint-plugin": "^1.14.
|
|
106
|
+
"@eslint-react/eslint-plugin": "^1.14.2",
|
|
109
107
|
"@eslint/config-inspector": "^0.5.4",
|
|
110
|
-
"@
|
|
108
|
+
"@types/eslint-config-prettier": "^6.11.3",
|
|
111
109
|
"@types/fs-extra": "^11.0.4",
|
|
112
|
-
"@types/node": "^22.
|
|
110
|
+
"@types/node": "^22.7.3",
|
|
113
111
|
"@types/prompts": "^2.4.9",
|
|
114
112
|
"@types/yargs": "^17.0.33",
|
|
115
|
-
"@unocss/eslint-plugin": "^0.62.
|
|
113
|
+
"@unocss/eslint-plugin": "^0.62.4",
|
|
116
114
|
"bumpp": "^9.5.2",
|
|
117
|
-
"eslint": "^9.
|
|
115
|
+
"eslint": "^9.11.1",
|
|
118
116
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
119
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
120
|
-
"eslint-plugin-svelte": "2.
|
|
117
|
+
"eslint-plugin-react-refresh": "^0.4.12",
|
|
118
|
+
"eslint-plugin-svelte": "2.44.0",
|
|
121
119
|
"eslint-plugin-tailwindcss": "^3.17.4",
|
|
122
|
-
"execa": "^9.
|
|
120
|
+
"execa": "^9.4.0",
|
|
123
121
|
"fast-glob": "^3.3.2",
|
|
124
122
|
"fs-extra": "^11.2.0",
|
|
125
|
-
"jiti": "^
|
|
123
|
+
"jiti": "^2.0.0",
|
|
126
124
|
"lint-staged": "^15.2.10",
|
|
127
125
|
"rimraf": "^6.0.1",
|
|
128
126
|
"simple-git-hooks": "^2.11.1",
|
|
129
127
|
"svelte": "^4.2.19",
|
|
130
|
-
"svelte-eslint-parser": "^0.41.
|
|
131
|
-
"tsup": "^8.
|
|
128
|
+
"svelte-eslint-parser": "^0.41.1",
|
|
129
|
+
"tsup": "^8.3.0",
|
|
132
130
|
"tsx": "^4.19.1",
|
|
133
131
|
"typescript": "^5.6.2"
|
|
134
132
|
},
|