We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f50c58 commit 3465205Copy full SHA for 3465205
react.js
@@ -28,7 +28,6 @@ module.exports = {
28
'react/require-render-return': [2],
29
'react/self-closing-comp': [2],
30
'react/sort-comp': [2],
31
- 'react/sort-prop-types': [2],
32
'react/style-prop-object': [2],
33
34
// JSX
@@ -53,10 +52,6 @@ module.exports = {
53
52
'react/jsx-pascal-case': [2, {
54
allowAllCaps: true
55
}],
56
- 'react/jsx-sort-props': [2, {
57
- shorthandFirst: true,
58
- callbacksLast: true
59
- }],
60
'react/jsx-tag-spacing': [2],
61
'react/jsx-uses-react': [2],
62
'react/jsx-uses-vars': [2],
0 commit comments