diff --git a/index.js b/index.js index 25cbdb4c6b..a27a26a8cd 100644 --- a/index.js +++ b/index.js @@ -63,7 +63,6 @@ module.exports = { 'react/jsx-no-undef': 2, 'react/jsx-uses-react': 2, 'react/jsx-uses-vars': 2, - 'react/no-danger': 2, 'react/no-deprecated': 2, 'react/no-did-mount-set-state': [2, 'allow-in-func'], 'react/no-did-update-set-state': [2, 'allow-in-func'],