Skip to content

Commit

Permalink
Add react/checked-requires-onchange-or-readonly rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 21, 2025
1 parent a8ad744 commit ccb7cda
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 @@ -27,6 +27,7 @@ export default [
},
],
'react/button-has-type': 'error',
'react/checked-requires-onchange-or-readonly': 'error',
'react/jsx-child-element-spacing': 'error',
'react/default-props-match-prop-types': 'error',
'react/function-component-definition': [
Expand Down

0 comments on commit ccb7cda

Please sign in to comment.