Skip to content

Commit

Permalink
chore: Update react/jsx-sort-default-props to react/sort-default-props (
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Apr 8, 2023
1 parent 7053d12 commit dfc991f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/jsx.js
Expand Up @@ -104,7 +104,6 @@ module.exports = {
],
"react/jsx-props-no-multi-spaces": 2,
"react/jsx-props-no-spreading": 0,
"react/jsx-sort-default-props": 2,
"react/jsx-sort-props": 2,
"react/jsx-tag-spacing": [
2,
Expand Down
1 change: 1 addition & 0 deletions src/react.js
Expand Up @@ -63,6 +63,7 @@ module.exports = {
"react/require-optimization": 0,
"react/require-render-return": 2,
"react/self-closing-comp": 2,
"react/sort-default-props": 2,
"react/sort-comp": 2,
"react/sort-prop-types": 2,
"react/state-in-constructor": [2, "always"],
Expand Down

0 comments on commit dfc991f

Please sign in to comment.