@eslint-react/eslint-plugin 2.0.0-next.4 → 2.0.0-next.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -31,7 +31,7 @@ A series of composable ESLint rules for React and friends.
31
31
 
32
32
  - **Modern**: First-class support for TypeScript, React 19, and more.
33
33
  - **Flexible**: Fully customizable rule severity levels, allowing you to enforce or relax rules as needed.
34
- - **Performant**: Built with performance in mind, optimized for large codebases.
34
+ - **Performant**: Built with performance in mind, optimized for large codebases, **4-7x faster** than other ESLint plugins.
35
35
  - **Context-aware Linting**: Rules that understand the context of your code and project configuration to provide more accurate linting.
36
36
 
37
37
  ## Public Packages
@@ -41,7 +41,6 @@ A series of composable ESLint rules for React and friends.
41
41
  - [`eslint-plugin-react-x`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) - X Rules (renderer-agnostic, compatible with x-platform).
42
42
  - [`eslint-plugin-react-dom`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) - DOM specific rules for React DOM.
43
43
  - [`eslint-plugin-react-web-api`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-web-api) - Rules for interacting with Web APIs.
44
- - [`eslint-plugin-react-hooks-extra`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-hooks-extra) - Extra React Hooks rules.
45
44
  - [`eslint-plugin-react-naming-convention`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention) - Naming convention rules.
46
45
 
47
46
  ### Unified