Skip to content

Commit

Permalink
Remove react/checked-requires-onchange-or-readonly
Browse files Browse the repository at this point in the history
1. It's buggy: jsx-eslint/eslint-plugin-react#3711
2. Its cases are already covered by react-form-fields plugin
  • Loading branch information
EvgenyOrekhov committed Mar 14, 2024
1 parent af717cb commit 2f7d32c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"react/jsx-sort-props": "off",
"react/sort-prop-types": "off",
"react/sort-default-props": "off",
"react/checked-requires-onchange-or-readonly": "off",

"react/require-optimization": "off",
"react/jsx-no-bind": "off",
Expand Down

0 comments on commit 2f7d32c

Please sign in to comment.