You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`packages/utilities/var`: TSESTree AST utility module for static analysis of variables.
30
+
-`packages/utilities/jsx`: TSESTree AST utility module for static analysis of JSX.
31
+
-**Core & Shared Modules**
32
+
-`packages/core`: Utility module for static analysis of React core APIs and Patterns.
33
+
-`packages/shared`: Shared constants, types and functions.
34
+
35
+
**Public Packages**
36
+
-**ESLint Plugins**
37
+
-[`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).
38
+
-[`eslint-plugin-react-dom`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) - DOM specific rules for React DOM.
39
+
-[`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.
40
+
-[`eslint-plugin-react-hooks-extra`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-hooks-extra) - Extra React Hooks rules.
0 commit comments