@coderwyd/eslint-config 2.7.0 → 2.7.2
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.cjs +8 -9
- package/dist/cli.js +8 -9
- package/dist/index.cjs +1390 -1385
- package/dist/index.d.cts +322 -77
- package/dist/index.d.ts +322 -77
- package/dist/index.js +1402 -1397
- package/package.json +20 -21
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coderwyd/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.7.
|
|
4
|
+
"version": "2.7.2",
|
|
5
5
|
"description": "Donny's ESLint config",
|
|
6
6
|
"author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -70,34 +70,34 @@
|
|
|
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.
|
|
73
|
+
"@stylistic/eslint-plugin": "^2.8.0",
|
|
74
74
|
"@toml-tools/parser": "^1.0.0",
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
76
|
-
"@typescript-eslint/parser": "^8.
|
|
77
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
75
|
+
"@typescript-eslint/eslint-plugin": "^8.5.0",
|
|
76
|
+
"@typescript-eslint/parser": "^8.5.0",
|
|
77
|
+
"@vitest/eslint-plugin": "^1.1.1",
|
|
78
78
|
"eslint-config-flat-gitignore": "^0.3.0",
|
|
79
79
|
"eslint-merge-processors": "^0.1.0",
|
|
80
|
-
"eslint-plugin-antfu": "^2.
|
|
81
|
-
"eslint-plugin-command": "^0.2.
|
|
80
|
+
"eslint-plugin-antfu": "^2.6.0",
|
|
81
|
+
"eslint-plugin-command": "^0.2.4",
|
|
82
82
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
83
83
|
"eslint-plugin-format": "^0.1.2",
|
|
84
|
-
"eslint-plugin-import-x": "^4.
|
|
84
|
+
"eslint-plugin-import-x": "^4.2.1",
|
|
85
85
|
"eslint-plugin-jsdoc": "^50.2.2",
|
|
86
86
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
87
87
|
"eslint-plugin-n": "^17.10.2",
|
|
88
88
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
89
|
-
"eslint-plugin-perfectionist": "^3.
|
|
89
|
+
"eslint-plugin-perfectionist": "^3.5.0",
|
|
90
90
|
"eslint-plugin-regexp": "^2.6.0",
|
|
91
91
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
92
92
|
"eslint-plugin-unused-imports": "^4.1.3",
|
|
93
|
-
"eslint-plugin-vue": "^9.
|
|
93
|
+
"eslint-plugin-vue": "^9.28.0",
|
|
94
94
|
"eslint-processor-vue-blocks": "^0.1.2",
|
|
95
|
-
"eslint-typegen": "^0.3.
|
|
95
|
+
"eslint-typegen": "^0.3.2",
|
|
96
96
|
"globals": "^15.9.0",
|
|
97
97
|
"jsonc-eslint-parser": "^2.4.0",
|
|
98
98
|
"local-pkg": "^0.5.0",
|
|
99
99
|
"parse-gitignore": "^2.0.0",
|
|
100
|
-
"picocolors": "^1.0
|
|
100
|
+
"picocolors": "^1.1.0",
|
|
101
101
|
"prettier-plugin-toml": "^2.0.1",
|
|
102
102
|
"prompts": "^2.4.2",
|
|
103
103
|
"vue-eslint-parser": "^9.4.3",
|
|
@@ -105,17 +105,16 @@
|
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
107
|
"@antfu/ni": "^0.23.0",
|
|
108
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
108
|
+
"@eslint-react/eslint-plugin": "^1.14.1",
|
|
109
109
|
"@eslint/config-inspector": "^0.5.4",
|
|
110
|
-
"@stylistic/eslint-plugin-migrate": "^2.
|
|
111
|
-
"@types/eslint": "^9.6.1",
|
|
110
|
+
"@stylistic/eslint-plugin-migrate": "^2.8.0",
|
|
112
111
|
"@types/fs-extra": "^11.0.4",
|
|
113
|
-
"@types/node": "^
|
|
112
|
+
"@types/node": "^22.5.4",
|
|
114
113
|
"@types/prompts": "^2.4.9",
|
|
115
114
|
"@types/yargs": "^17.0.33",
|
|
116
115
|
"@unocss/eslint-plugin": "^0.62.3",
|
|
117
116
|
"bumpp": "^9.5.2",
|
|
118
|
-
"eslint": "^9.
|
|
117
|
+
"eslint": "^9.10.0",
|
|
119
118
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
120
119
|
"eslint-plugin-react-refresh": "^0.4.11",
|
|
121
120
|
"eslint-plugin-svelte": "2.43.0",
|
|
@@ -124,14 +123,14 @@
|
|
|
124
123
|
"fast-glob": "^3.3.2",
|
|
125
124
|
"fs-extra": "^11.2.0",
|
|
126
125
|
"jiti": "^1.21.6",
|
|
127
|
-
"lint-staged": "^15.2.
|
|
126
|
+
"lint-staged": "^15.2.10",
|
|
128
127
|
"rimraf": "^6.0.1",
|
|
129
128
|
"simple-git-hooks": "^2.11.1",
|
|
130
129
|
"svelte": "^4.2.19",
|
|
131
130
|
"svelte-eslint-parser": "^0.41.0",
|
|
132
131
|
"tsup": "^8.2.4",
|
|
133
|
-
"tsx": "^4.19.
|
|
134
|
-
"typescript": "^5.
|
|
132
|
+
"tsx": "^4.19.1",
|
|
133
|
+
"typescript": "^5.6.2"
|
|
135
134
|
},
|
|
136
135
|
"simple-git-hooks": {
|
|
137
136
|
"pre-commit": "pnpx nano-staged"
|
|
@@ -143,7 +142,7 @@
|
|
|
143
142
|
"build": "nr build:typegen && tsup",
|
|
144
143
|
"dev": "npx @eslint/config-inspector",
|
|
145
144
|
"lint": "eslint --flag unstable_ts_config .",
|
|
146
|
-
"lint:fix": "eslint . --fix",
|
|
145
|
+
"lint:fix": "eslint --flag unstable_ts_config . --fix",
|
|
147
146
|
"build:inspector": "pnpm build && npx @eslint/config-inspector build",
|
|
148
147
|
"build:typegen": "tsx scripts/typegen.ts",
|
|
149
148
|
"release": "bumpp && pnpm publish",
|