Skip to content

Commit

Permalink
Alphabetise hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Feb 9, 2023
1 parent 6a8447e commit fa90107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/configs/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
'react/no-children-prop': 'off',
'react/prop-types': 'off',
'react/react-in-jsx-scope': 'off',
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'warn',
'react-hooks/rules-of-hooks': 'error',
},
};

0 comments on commit fa90107

Please sign in to comment.