mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-08-28 22:40:13 -04:00
feat(react/sort-prop-types): Remove React prop sort
Remove react/sort-prop-types and react/jsx-sort-props
This commit is contained in:
parent
2f50c58e07
commit
3465205638
1 changed files with 0 additions and 5 deletions
5
react.js
vendored
5
react.js
vendored
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue