Skip to content

Commit 2105cbc

Browse files
authored
Remove no-danger from recommended rules
2 parents 8b8eba7 + 17971fa commit 2105cbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ module.exports = {
7474
'react/jsx-no-undef': 2,
7575
'react/jsx-uses-react': 2,
7676
'react/jsx-uses-vars': 2,
77-
'react/no-danger': 2,
7877
'react/no-deprecated': 2,
7978
'react/no-did-mount-set-state': [2, 'allow-in-func'],
8079
'react/no-did-update-set-state': [2, 'allow-in-func'],

0 commit comments

Comments
 (0)