Skip to content

Commit d9eb4cc

Browse files
authored
chore: bump eslint (ant-design#56457)
1 parent da8e1cc commit d9eb4cc

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default antfu(
2626
typescript: true,
2727
react: true,
2828
rules: {
29+
'react/jsx-key-before-spread': 'off',
2930
'node/prefer-global/process': 'off', // TODO: remove this
3031
'node/prefer-global/buffer': 'off', // TODO: remove this
3132
'jsdoc/empty-tags': 'off',

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"@emotion/css": "^11.13.5",
175175
"@emotion/react": "^11.14.0",
176176
"@emotion/server": "^11.11.0",
177-
"@eslint-react/eslint-plugin": "^2.3.13",
177+
"@eslint-react/eslint-plugin": "^2.5.0",
178178
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
179179
"@inquirer/prompts": "^8.0.2",
180180
"@madccc/duplicate-package-checker-webpack-plugin": "^1.0.0",
@@ -239,12 +239,12 @@
239239
"dumi": "~2.4.21",
240240
"dumi-plugin-color-chunk": "^2.1.0",
241241
"env-paths": "^3.0.0",
242-
"eslint": "^9.39.1",
242+
"eslint": "^9.39.2",
243243
"eslint-plugin-compat": "^6.0.2",
244-
"eslint-plugin-jest": "^29.2.1",
244+
"eslint-plugin-jest": "^29.12.0",
245245
"eslint-plugin-jsx-a11y": "^6.10.2",
246246
"eslint-plugin-react-hooks": "^7.0.1",
247-
"eslint-plugin-react-refresh": "^0.4.24",
247+
"eslint-plugin-react-refresh": "^0.4.26",
248248
"fast-glob": "^3.3.3",
249249
"father": "4.6.13",
250250
"fs-extra": "^11.3.2",

0 commit comments

Comments
 (0)