Skip to content

Commit 2f7d32c

Browse files
committed
Remove react/checked-requires-onchange-or-readonly
1. It's buggy: jsx-eslint/eslint-plugin-react#3711 2. Its cases are already covered by react-form-fields plugin
1 parent af717cb commit 2f7d32c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

react.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
"react/jsx-sort-props": "off",
120120
"react/sort-prop-types": "off",
121121
"react/sort-default-props": "off",
122+
"react/checked-requires-onchange-or-readonly": "off",
122123

123124
"react/require-optimization": "off",
124125
"react/jsx-no-bind": "off",

0 commit comments

Comments
 (0)