Skip to content

Commit 95f1f1c

Browse files
committed
chore: fix typo
1 parent 77a5428 commit 95f1f1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default defineConfig([
143143
- `disable-type-checked`\
144144
Disable rules that require type information.
145145
- `disable-conflict-eslint-plugin-react`\
146-
Disable rules in `eslint-plugin-react` that conflict with rules in this plugin.
146+
Disable rules in `eslint-plugin-react` that conflict with rules in our plugins.
147147
- `off`\
148148
Disable all rules in this plugin except for debug rules.
149149

apps/website/content/docs/presets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following presets are available in `@eslint-react/eslint-plugin`:
3636
- `disable-type-checked`\
3737
Disable rules that require type information.
3838
- `disable-conflict-eslint-plugin-react`\
39-
Disable rules in `eslint-plugin-react` that conflict with rules in this plugin.
39+
Disable rules in `eslint-plugin-react` that conflict with rules in our plugins.
4040
- `off`\
4141
Disable all rules in this plugin except for debug rules.
4242

packages/plugins/eslint-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default defineConfig([
143143
- `disable-type-checked`\
144144
Disable rules that require type information.
145145
- `disable-conflict-eslint-plugin-react`\
146-
Disable rules in `eslint-plugin-react` that conflict with rules in this plugin.
146+
Disable rules in `eslint-plugin-react` that conflict with rules in our plugins.
147147
- `off`\
148148
Disable all rules in this plugin except for debug rules.
149149

0 commit comments

Comments
 (0)