Skip to content

Commit 3869626

Browse files
committed
feat: enable publint and unused options in tsdown configuration
1 parent 7a56064 commit 3869626

File tree

3 files changed

+604
-854
lines changed

3 files changed

+604
-854
lines changed

package.json

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@coderwyd/eslint-config",
33
"type": "module",
44
"version": "4.6.3",
5-
"packageManager": "pnpm@10.15.1",
5+
"packageManager": "pnpm@10.17.1",
66
"description": "Donny's ESLint config",
77
"author": "Donny Wang <[email protected]> (https://github.com/coderwyd/)",
88
"license": "MIT",
@@ -84,17 +84,16 @@
8484
"dependencies": {
8585
"@antfu/install-pkg": "^1.1.0",
8686
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
87-
"@typescript-eslint/eslint-plugin": "^8.43.0",
88-
"@typescript-eslint/parser": "^8.43.0",
87+
"@typescript-eslint/eslint-plugin": "^8.45.0",
88+
"@typescript-eslint/parser": "^8.45.0",
8989
"@vitest/eslint-plugin": "^1.3.13",
9090
"eslint-config-flat-gitignore": "^2.1.0",
9191
"eslint-config-prettier": "^10.1.8",
9292
"eslint-plugin-antfu": "^3.1.1",
9393
"eslint-plugin-command": "^3.3.1",
94-
"eslint-plugin-de-morgan": "^1.3.1",
95-
"eslint-plugin-eslint-comments": "^3.2.0",
94+
"eslint-plugin-de-morgan": "^2.0.0",
9695
"eslint-plugin-import-lite": "^0.3.0",
97-
"eslint-plugin-jsdoc": "^54.7.0",
96+
"eslint-plugin-jsdoc": "^60.5.0",
9897
"eslint-plugin-jsonc": "^2.20.1",
9998
"eslint-plugin-n": "^17.23.1",
10099
"eslint-plugin-no-only-tests": "^3.3.0",
@@ -104,43 +103,46 @@
104103
"eslint-plugin-unused-imports": "^4.2.0",
105104
"eslint-plugin-vue": "^10.5.0",
106105
"eslint-plugin-yml": "^1.18.0",
107-
"eslint-typegen": "^2.3.0",
108106
"globals": "^16.4.0",
109-
"jsonc-eslint-parser": "^2.4.0",
107+
"jsonc-eslint-parser": "^2.4.1",
110108
"local-pkg": "^1.1.2",
111109
"parse-gitignore": "^2.0.0",
112110
"picocolors": "^1.1.1",
113-
"prettier": "^3.6.2",
114111
"prompts": "^2.4.2",
115112
"vue-eslint-parser": "^10.2.0",
116113
"yaml-eslint-parser": "^1.3.0",
117114
"yargs": "^18.0.0"
118115
},
119116
"devDependencies": {
120-
"@antfu/ni": "^26.0.1",
121-
"@eslint-react/eslint-plugin": "^1.53.1",
117+
"@antfu/ni": "^26.1.0",
118+
"@eslint-react/eslint-plugin": "^2.0.3",
122119
"@eslint/config-inspector": "^1.3.0",
123120
"@types/eslint-config-prettier": "^6.11.3",
124-
"@types/node": "^24.5.2",
121+
"@types/node": "^24.6.0",
125122
"@types/prompts": "^2.4.9",
126123
"@types/yargs": "^17.0.33",
127124
"@unocss/eslint-plugin": "^66.5.2",
128125
"bumpp": "^10.2.3",
129126
"eslint": "^9.36.0",
130127
"eslint-plugin-react-hooks": "6.0.0-rc1",
131128
"eslint-plugin-react-refresh": "^0.4.22",
132-
"eslint-plugin-svelte": "^3.12.3",
129+
"eslint-plugin-svelte": "^3.12.4",
133130
"eslint-plugin-tailwindcss": "^3.18.2",
131+
"eslint-typegen": "^2.3.0",
134132
"jiti": "^2.6.0",
135133
"nano-staged": "^0.8.0",
134+
"prettier": "^3.6.2",
135+
"publint": "^0.3.13",
136136
"simple-git-hooks": "^2.13.1",
137-
"svelte": "^5.38.10",
138-
"svelte-eslint-parser": "^1.3.2",
139-
"tsdown": "^0.14.2",
140-
"typescript": "^5.9.2"
137+
"svelte": "^5.39.6",
138+
"svelte-eslint-parser": "^1.3.3",
139+
"tsdown": "^0.15.5",
140+
"typescript": "^5.9.2",
141+
"unplugin-unused": "^0.5.3"
141142
},
142143
"pnpm": {
143144
"onlyBuiltDependencies": [
145+
"esbuild",
144146
"simple-git-hooks"
145147
]
146148
},

0 commit comments

Comments
 (0)