Skip to content

Commit 1b36daf

Browse files
chore: bump @eslint-react/eslint-plugin from 2.9.4 to 2.11.0 (ant-design#56879)
* chore: bump @eslint-react/eslint-plugin from 2.9.4 to 2.11.0 Bumps [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) from 2.9.4 to 2.11.0. - [Release notes](https://github.com/Rel1cx/eslint-react/releases) - [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/Rel1cx/eslint-react/commits/v2.11.0/packages/plugins/eslint-plugin) --- updated-dependencies: - dependency-name: "@eslint-react/eslint-plugin" dependency-version: 2.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * turn off react/no-implicit-key --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: thinkasany <480968828@qq.com>
1 parent 2950b7d commit 1b36daf

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export default antfu(
6363
'react-hooks/preserve-manual-memoization': 'off',
6464
'react-hooks/set-state-in-effect': 'off',
6565
'react-hooks/refs': 'off',
66+
'react/no-implicit-key': 'off',
6667
},
6768
},
6869
compat.configs['flat/recommended'],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"@emotion/css": "^11.13.5",
176176
"@emotion/react": "^11.14.0",
177177
"@emotion/server": "^11.11.0",
178-
"@eslint-react/eslint-plugin": "2.9.4",
178+
"@eslint-react/eslint-plugin": "2.11.0",
179179
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
180180
"@inquirer/prompts": "^8.0.2",
181181
"@madccc/duplicate-package-checker-webpack-plugin": "^1.0.0",

0 commit comments

Comments
 (0)