Skip to content

Commit b6b895b

Browse files
author
Ray Schamp
committed
fix(react): Extend react rules from react/recommended
1 parent 8f1d35c commit b6b895b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ module.exports = {
6363
'react/jsx-wrap-multilines': [2],
6464
},
6565
plugins: ['react'],
66-
extends: ['plugin:react/all']
66+
extends: ['plugin:react/recommended']
6767
};

0 commit comments

Comments
 (0)