File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/eslint-config-airbnb Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 7979 "eslint-find-rules" : " ^4.1.0" ,
8080 "eslint-plugin-import" : " ^2.26.0" ,
8181 "eslint-plugin-jsx-a11y" : " ^6.5.1" ,
82- "eslint-plugin-react" : " ^7.29.4 " ,
82+ "eslint-plugin-react" : " ^7.30.0 " ,
8383 "eslint-plugin-react-hooks" : " ^4.5.0" ,
8484 "in-publish" : " ^2.0.1" ,
8585 "react" : " >= 0.13.0" ,
9090 "eslint" : " ^7.32.0 || ^8.2.0" ,
9191 "eslint-plugin-import" : " ^2.26.0" ,
9292 "eslint-plugin-jsx-a11y" : " ^6.5.1" ,
93- "eslint-plugin-react" : " ^7.29.4 " ,
93+ "eslint-plugin-react" : " ^7.30.0 " ,
9494 "eslint-plugin-react-hooks" : " ^4.5.0"
9595 },
9696 "engines" : {
Original file line number Diff line number Diff line change @@ -570,6 +570,11 @@ module.exports = {
570570 // https://github.com/jsx-eslint/eslint-plugin-react/blob/c8833f301314dab3e79ef7ac4cf863e4d5fa0019/docs/rules/iframe-missing-sandbox.md
571571 // TODO: semver-major, enable
572572 'react/iframe-missing-sandbox' : 'off' ,
573+
574+ // Prevent problematic leaked values from being rendered
575+ // https://github.com/jsx-eslint/eslint-plugin-react/blob/c42b624d0fb9ad647583a775ab9751091eec066f/docs/rules/jsx-no-leaked-render.md
576+ // TODO: semver-major, enable
577+ 'react/jsx-no-leaked-render' : 'off' ,
573578 } ,
574579
575580 settings : {
You can’t perform that action at this time.
0 commit comments