diff --git a/.eslintrc.js b/.eslintrc.js index 0f0f3d3af27a6..f608c70ed90b1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -76,7 +76,6 @@ module.exports = { 'react/no-array-index-key': 'off', // This rule is great for raising people awareness of what a key is and how it works. 'react/no-danger': 'error', 'react/no-direct-mutation-state': 'error', - 'react/no-find-dom-node': 'off', // Required for backward compatibility. TODO v5, drop 'react/require-default-props': 'off', // Not always relevant 'react/sort-prop-types': 'error', // This depends entirely on what you're doing. There's no universal pattern