@coderwyd/eslint-config 4.0.0 → 4.0.1
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/cli.js +8 -8
- package/dist/index.d.ts +1080 -395
- package/dist/index.js +1 -1
- package/package.json +19 -19
package/dist/index.js
CHANGED
|
@@ -1464,7 +1464,7 @@ function unicorn() {
|
|
|
1464
1464
|
"unicorn/no-console-spaces": "error",
|
|
1465
1465
|
"unicorn/no-for-loop": "error",
|
|
1466
1466
|
"unicorn/no-hex-escape": "error",
|
|
1467
|
-
"unicorn/no-instanceof-
|
|
1467
|
+
"unicorn/no-instanceof-builtins": "error",
|
|
1468
1468
|
"unicorn/no-invalid-remove-event-listener": "error",
|
|
1469
1469
|
"unicorn/no-length-as-slice-end": "error",
|
|
1470
1470
|
"unicorn/no-lonely-if": "error",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coderwyd/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.1",
|
|
5
5
|
"description": "Donny's ESLint config",
|
|
6
6
|
"author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -69,55 +69,55 @@
|
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@antfu/install-pkg": "^1.0.0",
|
|
71
71
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
72
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
73
|
-
"@typescript-eslint/parser": "^8.
|
|
74
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
75
|
-
"eslint-config-flat-gitignore": "^2.
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "^8.25.0",
|
|
73
|
+
"@typescript-eslint/parser": "^8.25.0",
|
|
74
|
+
"@vitest/eslint-plugin": "^1.1.32-beta.3",
|
|
75
|
+
"eslint-config-flat-gitignore": "^2.1.0",
|
|
76
76
|
"eslint-config-prettier": "^10.0.1",
|
|
77
|
-
"eslint-plugin-antfu": "^3.
|
|
78
|
-
"eslint-plugin-command": "^3.
|
|
77
|
+
"eslint-plugin-antfu": "^3.1.0",
|
|
78
|
+
"eslint-plugin-command": "^3.1.0",
|
|
79
79
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
80
80
|
"eslint-plugin-import-x": "^4.6.1",
|
|
81
81
|
"eslint-plugin-jsdoc": "^50.6.3",
|
|
82
82
|
"eslint-plugin-jsonc": "^2.19.1",
|
|
83
83
|
"eslint-plugin-n": "^17.15.1",
|
|
84
84
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
85
|
-
"eslint-plugin-perfectionist": "^4.
|
|
85
|
+
"eslint-plugin-perfectionist": "^4.9.0",
|
|
86
86
|
"eslint-plugin-regexp": "^2.7.0",
|
|
87
|
-
"eslint-plugin-unicorn": "^
|
|
87
|
+
"eslint-plugin-unicorn": "^57.0.0",
|
|
88
88
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
89
89
|
"eslint-plugin-vue": "^9.32.0",
|
|
90
|
-
"eslint-typegen": "^
|
|
91
|
-
"globals": "^
|
|
90
|
+
"eslint-typegen": "^2.0.0",
|
|
91
|
+
"globals": "^16.0.0",
|
|
92
92
|
"jsonc-eslint-parser": "^2.4.0",
|
|
93
93
|
"local-pkg": "^1.0.0",
|
|
94
94
|
"parse-gitignore": "^2.0.0",
|
|
95
95
|
"picocolors": "^1.1.1",
|
|
96
|
-
"prettier": "^3.
|
|
96
|
+
"prettier": "^3.5.2",
|
|
97
97
|
"prompts": "^2.4.2",
|
|
98
98
|
"vue-eslint-parser": "^9.4.3",
|
|
99
99
|
"yargs": "^17.7.2"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
102
|
"@antfu/ni": "^23.3.1",
|
|
103
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
103
|
+
"@eslint-react/eslint-plugin": "^1.27.0",
|
|
104
104
|
"@eslint/config-inspector": "^1.0.0",
|
|
105
105
|
"@types/eslint-config-prettier": "^6.11.3",
|
|
106
|
-
"@types/node": "^22.13.
|
|
106
|
+
"@types/node": "^22.13.5",
|
|
107
107
|
"@types/prompts": "^2.4.9",
|
|
108
108
|
"@types/yargs": "^17.0.33",
|
|
109
|
-
"@unocss/eslint-plugin": "^
|
|
110
|
-
"bumpp": "^10.0.
|
|
111
|
-
"eslint": "^9.
|
|
109
|
+
"@unocss/eslint-plugin": "^66.0.0",
|
|
110
|
+
"bumpp": "^10.0.3",
|
|
111
|
+
"eslint": "^9.21.0",
|
|
112
112
|
"eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
|
|
113
113
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
114
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
114
|
+
"eslint-plugin-react-refresh": "^0.4.19",
|
|
115
115
|
"eslint-plugin-svelte": "^2.46.1",
|
|
116
116
|
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
117
117
|
"jiti": "^2.4.2",
|
|
118
118
|
"nano-staged": "^0.8.0",
|
|
119
119
|
"simple-git-hooks": "^2.11.1",
|
|
120
|
-
"svelte": "^5.
|
|
120
|
+
"svelte": "^5.20.4",
|
|
121
121
|
"svelte-eslint-parser": "^0.43.0",
|
|
122
122
|
"tsup": "^8.3.6",
|
|
123
123
|
"typescript": "^5.7.3"
|