Skip to content

Fix sub-plugin's READMEs - #1465

Merged
Rel1cx merged 3 commits into
mainfrom
sub-plugin-readmes
Feb 3, 2026
Merged

Fix sub-plugin's READMEs#1465
Rel1cx merged 3 commits into
mainfrom
sub-plugin-readmes

Conversation

@Rel1cx

@Rel1cx Rel1cx commented Feb 3, 2026

Copy link
Copy Markdown
Owner

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Perf
  • Docs
  • Test
  • Chore
  • Enhancement
  • New Binding issue #___
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change?

  • Yes, and the changes were approved in issue #___
  • No

Checklist

  • When resolving issues, they are referenced in the PR's title (e.g fix: remove a typo, closes #___, #___)
  • I have added a convincing reason for adding this feature, if necessary

Other information

@Rel1cx
Rel1cx requested a review from Copilot February 3, 2026 11:27
@vercel

vercel Bot commented Feb 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
eslint-react Ready Ready Preview, Comment Feb 3, 2026 11:38am

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the README documentation across multiple ESLint React sub-plugins to improve consistency and clarity. The changes standardize the setup examples by converting them from JavaScript to TypeScript, using shorter import names, and adding clarifying comments about configuration order.

Changes:

  • Changed code block language from js to ts for all plugin setup examples
  • Simplified import variable names (e.g., reactWebApiwebApi, reactDomdom)
  • Added inline comments explaining that plugin configs should be placed after js/tseslint configs
  • Removed obsolete plugins section from react-naming-convention README

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/plugins/eslint-plugin-react-x/README.md Updated setup example to TypeScript with clarifying comment about config order
packages/plugins/eslint-plugin-react-web-api/README.md Changed to TypeScript, simplified import name, and added config order comment
packages/plugins/eslint-plugin-react-rsc/README.md Fixed incorrect import (was importing react-x), changed to TypeScript, added comment
packages/plugins/eslint-plugin-react-naming-convention/README.md Changed to TypeScript, simplified import name, removed obsolete plugins section
packages/plugins/eslint-plugin-react-hooks-extra/README.md Updated to TypeScript with shorter import name and config order comment
packages/plugins/eslint-plugin-react-dom/README.md Converted to TypeScript, simplified import, added config order comment
packages/plugins/eslint-plugin-react-debug/README.md Changed to TypeScript with shorter import name and clarifying comment

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread packages/plugins/eslint-plugin-react-naming-convention/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: REL1CX <solarflamex@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants