Skip to content

Commit c187318

Browse files
committedFeb 18, 2025
feat: update unicorn to v57, eslint-stylistic to v4
1 parent b63e52b commit c187318

File tree

2 files changed

+238
-290
lines changed

2 files changed

+238
-290
lines changed
 

‎package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@antfu/eslint-config",
33
"type": "module",
44
"version": "4.2.1",
5-
"packageManager": "pnpm@10.4.0",
5+
"packageManager": "pnpm@10.4.1",
66
"description": "Anthony's ESLint config",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
88
"license": "MIT",
@@ -97,12 +97,12 @@
9797
"@clack/prompts": "^0.10.0",
9898
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
9999
"@eslint/markdown": "^6.2.2",
100-
"@stylistic/eslint-plugin": "^4.0.0-beta.1",
101-
"@typescript-eslint/eslint-plugin": "^8.24.0",
102-
"@typescript-eslint/parser": "^8.24.0",
100+
"@stylistic/eslint-plugin": "^4.0.0",
101+
"@typescript-eslint/eslint-plugin": "^8.24.1",
102+
"@typescript-eslint/parser": "^8.24.1",
103103
"@vitest/eslint-plugin": "^1.1.31",
104-
"ansis": "^3.14.0",
105-
"eslint-config-flat-gitignore": "^2.0.0",
104+
"ansis": "^3.15.0",
105+
"eslint-config-flat-gitignore": "^2.1.0",
106106
"eslint-flat-config-utils": "^2.0.1",
107107
"eslint-merge-processors": "^2.0.0",
108108
"eslint-plugin-antfu": "^3.1.0",
@@ -115,10 +115,10 @@
115115
"eslint-plugin-perfectionist": "^4.9.0",
116116
"eslint-plugin-regexp": "^2.7.0",
117117
"eslint-plugin-toml": "^0.12.0",
118-
"eslint-plugin-unicorn": "^56.0.1",
118+
"eslint-plugin-unicorn": "^57.0.0",
119119
"eslint-plugin-unused-imports": "^4.1.4",
120120
"eslint-plugin-vue": "^9.32.0",
121-
"eslint-plugin-yml": "^1.16.0",
121+
"eslint-plugin-yml": "^1.17.0",
122122
"eslint-processor-vue-blocks": "^2.0.0",
123123
"globals": "^15.15.0",
124124
"jsonc-eslint-parser": "^2.4.0",
@@ -135,7 +135,7 @@
135135
"@eslint-react/eslint-plugin": "^1.26.2",
136136
"@eslint/config-inspector": "^1.0.0",
137137
"@prettier/plugin-xml": "^3.4.1",
138-
"@stylistic/eslint-plugin-migrate": "^4.0.0-beta.1",
138+
"@stylistic/eslint-plugin-migrate": "^4.0.0",
139139
"@types/fs-extra": "^11.0.4",
140140
"@types/node": "^22.13.4",
141141
"@types/prompts": "^2.4.9",
@@ -170,7 +170,7 @@
170170
},
171171
"resolutions": {
172172
"@eslint-community/eslint-utils": "^4.4.1",
173-
"@typescript-eslint/utils": "^8.24.0",
173+
"@typescript-eslint/utils": "^8.24.1",
174174
"eslint": "^9.20.1",
175175
"tsx": "^4.19.2"
176176
},

‎pnpm-lock.yaml

+228-280
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.