Skip to content

Commit

Permalink
Fix sorting according to new rules
Browse files Browse the repository at this point in the history
  • Loading branch information
osmestad committed Sep 19, 2023
1 parent da3c000 commit fd9d7af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rule-sets/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ export default {
trailingComma: 'all',
},
],
'react-hooks/exhaustive-deps': 'error',
'react-hooks/rules-of-hooks': 'error',
// Broken completely here: `tv/src/components/artistHeader/artistHeader.js:20`:
'react/boolean-prop-naming': 'off',
'react/default-props-match-prop-types': 'off',
Expand All @@ -258,6 +256,8 @@ export default {
'react/require-default-props': 'off',
'react/state-in-constructor': 'warn', // TODO: make error again and fix all
'react/static-property-placement': 'error',
'react-hooks/exhaustive-deps': 'error',
'react-hooks/rules-of-hooks': 'error',
'tidal-extras/no-get-artist': 'off',
'valid-jsdoc': 'off',
},
Expand Down

0 comments on commit fd9d7af

Please sign in to comment.