Skip to content

Commit 3465205

Browse files
committed
feat(react/sort-prop-types): Remove React prop sort
Remove react/sort-prop-types and react/jsx-sort-props
1 parent 2f50c58 commit 3465205

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

react.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ module.exports = {
2828
'react/require-render-return': [2],
2929
'react/self-closing-comp': [2],
3030
'react/sort-comp': [2],
31-
'react/sort-prop-types': [2],
3231
'react/style-prop-object': [2],
3332

3433
// JSX
@@ -53,10 +52,6 @@ module.exports = {
5352
'react/jsx-pascal-case': [2, {
5453
allowAllCaps: true
5554
}],
56-
'react/jsx-sort-props': [2, {
57-
shorthandFirst: true,
58-
callbacksLast: true
59-
}],
6055
'react/jsx-tag-spacing': [2],
6156
'react/jsx-uses-react': [2],
6257
'react/jsx-uses-vars': [2],

0 commit comments

Comments
 (0)