About Eslint Plugin React
eslint-plugin-react is an ESLint plugin that adds rule sets tailored to React and JSX codebases. It checks component patterns, hooks usage, JSX syntax conventions, and common anti-patterns, then reports issues during local development or CI lint runs. It is commonly used in React projects based on JavaScript or TypeScript, especially in repositories that standardize code quality with ESLint.
