feat(react/sort-prop-types): Remove React prop sort

Remove react/sort-prop-types and react/jsx-sort-props
This commit is contained in:
DD 2017-11-01 12:00:38 -04:00
parent 2f50c58e07
commit 3465205638

5
react.js vendored
View file

@ -28,7 +28,6 @@ module.exports = {
'react/require-render-return': [2],
'react/self-closing-comp': [2],
'react/sort-comp': [2],
'react/sort-prop-types': [2],
'react/style-prop-object': [2],
// JSX
@ -53,10 +52,6 @@ module.exports = {
'react/jsx-pascal-case': [2, {
allowAllCaps: true
}],
'react/jsx-sort-props': [2, {
shorthandFirst: true,
callbacksLast: true
}],
'react/jsx-tag-spacing': [2],
'react/jsx-uses-react': [2],
'react/jsx-uses-vars': [2],