Skip to content

Commit

Permalink
fix: disable react/sort-comp
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Aug 23, 2024
1 parent 206aa12 commit b13f0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ module.exports.recommended = {
// 'react/require-render-return': 2,
// TODO broke after upgrading to ESLint v9
'react/self-closing-comp': 2,
// 'react/sort-comp': 2,
'react/sort-comp': 0,
'react/sort-default-props': 2,
'react/sort-prop-types': 2,
'react/state-in-constructor': [2, 'always'],
Expand Down

0 comments on commit b13f0a2

Please sign in to comment.