eslint-plugin-react-x 2.9.0-next.0 โ†’ 2.9.0

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.
Files changed (3) hide show
  1. package/README.md +0 -8
  2. package/dist/index.js +254 -346
  3. package/package.json +6 -6
package/README.md CHANGED
@@ -132,14 +132,6 @@ export default defineConfig(
132
132
  - [`no-unused-class-component-members`](https://eslint-react.xyz/docs/rules/no-unused-class-component-members) - Warns about unused class component methods and properties
133
133
  - [`no-unused-state`](https://eslint-react.xyz/docs/rules/no-unused-state) - Warns about unused class component state
134
134
 
135
- ### RSC
136
-
137
- <Callout type="info">
138
- RSC rules target [React Server Components](https://react.dev/reference/rsc/server-components), [React Server Functions](https://react.dev/reference/rsc/server-functions) and RSC [Directives](https://react.dev/reference/rsc/directives).
139
- </Callout>
140
-
141
- - [`rsc-no-misused-use-server`](https://eslint-react.xyz/docs/rules/rsc-no-misused-use-server) - Disallows non-async [React Server Functions](https://react.dev/reference/rsc/server-functions) (๐Ÿ”ง Fixable, ๐Ÿงช Experimental)
142
-
143
135
  ### Miscellaneous
144
136
 
145
137
  - [`no-missing-component-display-name`](https://eslint-react.xyz/docs/rules/no-missing-component-display-name) - Enforces that all components have a `displayName` that can be used in DevTools