diff --git a/index.js b/index.js index daf4b4b0c9..be3c94a992 100644 --- a/index.js +++ b/index.js @@ -152,7 +152,6 @@ module.exports = { 'react/no-unescaped-entities': 2, 'react/no-unknown-property': 2, 'react/no-unsafe': 0, - 'react/no-unstable-nested-component': 0, 'react/prop-types': 2, 'react/react-in-jsx-scope': 2, 'react/require-render-return': 2,