Skip to content

Commit

Permalink
Add react/forward-ref-uses-ref rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 21, 2025
1 parent 4759e18 commit eec1c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default [
'react/checked-requires-onchange-or-readonly': 'error',
'react/jsx-child-element-spacing': 'error',
'react/default-props-match-prop-types': 'error',
'react/forward-ref-uses-ref': 'error',
'react/function-component-definition': [
'error',
{
Expand Down

0 comments on commit eec1c56

Please sign in to comment.