Skip to content

Commit

Permalink
fix: disable react/static-property-placement
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Aug 23, 2024
1 parent b13f0a2 commit 96bc12f
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 @@ -217,7 +217,7 @@ module.exports.recommended = {
'react/sort-prop-types': 2,
'react/state-in-constructor': [2, 'always'],
// TODO broke after upgrading to ESLint v9
// 'react/static-property-placement': 2,
'react/static-property-placement': 0,
// 'react/style-prop-object': 2,
// 'react/void-dom-elements-no-children': 2,
// 'react-hooks/exhaustive-deps': 2,
Expand Down

0 comments on commit 96bc12f

Please sign in to comment.