File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
apps/website/content/docs
packages/plugins/eslint-plugin Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ export default defineConfig([
142142 Disable rules in the ` web-api ` preset.
143143- ` disable-type-checked ` \
144144 Disable rules that require type information.
145+ - ` disable-conflict-eslint-plugin-react ` \
146+ Disable rules in ` eslint-plugin-react ` that conflict with rules in this plugin.
145147- ` off ` \
146148 Disable all rules in this plugin except for debug rules.
147149
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ The following presets are available in `@eslint-react/eslint-plugin`:
3535 Disable rules in the ` web-api ` preset.
3636- ` disable-type-checked ` \
3737 Disable rules that require type information.
38+ - ` disable-conflict-eslint-plugin-react ` \
39+ Disable rules in ` eslint-plugin-react ` that conflict with rules in this plugin.
3840- ` off ` \
3941 Disable all rules in this plugin except for debug rules.
4042
Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ export default defineConfig([
142142 Disable rules in the ` web-api ` preset.
143143- ` disable-type-checked ` \
144144 Disable rules that require type information.
145+ - ` disable-conflict-eslint-plugin-react ` \
146+ Disable rules in ` eslint-plugin-react ` that conflict with rules in this plugin.
145147- ` off ` \
146148 Disable all rules in this plugin except for debug rules.
147149
You can’t perform that action at this time.
0 commit comments