diff --git a/eslint.config.mjs b/eslint.config.mjs index ce4a147c42..8d51c25a2d 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -63,6 +63,7 @@ export default antfu( 'react-hooks/preserve-manual-memoization': 'off', 'react-hooks/set-state-in-effect': 'off', 'react-hooks/refs': 'off', + 'react/no-implicit-key': 'off', }, }, compat.configs['flat/recommended'], diff --git a/package.json b/package.json index ba86dedf44..59282f5494 100644 --- a/package.json +++ b/package.json @@ -175,7 +175,7 @@ "@emotion/css": "^11.13.5", "@emotion/react": "^11.14.0", "@emotion/server": "^11.11.0", - "@eslint-react/eslint-plugin": "2.9.4", + "@eslint-react/eslint-plugin": "2.11.0", "@ianvs/prettier-plugin-sort-imports": "^4.7.0", "@inquirer/prompts": "^8.0.2", "@madccc/duplicate-package-checker-webpack-plugin": "^1.0.0",