@eslint-react/eslint-plugin 1.26.3-beta.2 → 1.26.3-beta.20

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
@@ -15,11 +15,7 @@ More than 80 high-quality linting rules for writing better React code.
15
15
 
16
16
  ## Public Packages
17
17
 
18
- ### All-In-One Plugin
19
-
20
- - [`@eslint-react/eslint-plugin`](https://www.npmjs.com/package/@eslint-react/eslint-plugin) - The main ESLint plugin package including all rules and config presets in this repository.
21
-
22
- ### Modular Plugins
18
+ ### Modular
23
19
 
24
20
  - [`eslint-plugin-react-x`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) - Core rules (renderer-agnostic, compatible with x-platform).
25
21
  - [`eslint-plugin-react-dom`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) - DOM specific rules for React DOM.
@@ -27,6 +23,10 @@ More than 80 high-quality linting rules for writing better React code.
27
23
  - [`eslint-plugin-react-hooks-extra`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-hooks-extra) - Extra React Hooks rules.
28
24
  - [`eslint-plugin-react-naming-convention`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention) - Naming convention rules.
29
25
 
26
+ ### All-In-One
27
+
28
+ - [`@eslint-react/eslint-plugin`](https://www.npmjs.com/package/@eslint-react/eslint-plugin) - All rules and config presets from the above plugins.
29
+
30
30
  ## Installation
31
31
 
32
32
  ### Install
@@ -65,7 +65,7 @@ export default tseslint.config({
65
65
  });
66
66
  ```
67
67
 
68
- [Full Installation Guide ↗](https://eslint-react.xyz/docs/getting-started)
68
+ [Full Installation Guide ↗](https://eslint-react.xyz/docs/getting-started/typescript)
69
69
 
70
70
  </details>
71
71