eslint-plugin-react-rsc 2.9.3 โ 2.9.4-beta.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.
- package/README.md +0 -6
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -36,10 +36,4 @@ export default defineConfig(
|
|
|
36
36
|
|
|
37
37
|
## Rules
|
|
38
38
|
|
|
39
|
-
<Callout type="info">
|
|
40
|
-
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).
|
|
41
|
-
</Callout>
|
|
42
|
-
|
|
43
|
-
- [`function-definition`](https://eslint-react.xyz/docs/rules/rsc-function-definition) - Validate and transform React Client/Server Function definitions. (๐ง Fixable, ๐งช Experimental)
|
|
44
|
-
|
|
45
39
|
<https://eslint-react.xyz/docs/rules/overview#rsc-rules>
|
package/dist/index.js
CHANGED
|
@@ -32,7 +32,7 @@ const rules$4 = { "react-rsc/function-definition": "off" };
|
|
|
32
32
|
//#endregion
|
|
33
33
|
//#region package.json
|
|
34
34
|
var name$4 = "eslint-plugin-react-rsc";
|
|
35
|
-
var version = "2.9.
|
|
35
|
+
var version = "2.9.4-beta.0";
|
|
36
36
|
|
|
37
37
|
//#endregion
|
|
38
38
|
//#region src/utils/create-rule.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-rsc",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.4-beta.0",
|
|
4
4
|
"description": "ESLint React's ESLint plugin for RSC related rules.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"@typescript-eslint/types": "^8.54.0",
|
|
41
41
|
"@typescript-eslint/utils": "^8.54.0",
|
|
42
42
|
"ts-pattern": "^5.9.0",
|
|
43
|
-
"@eslint-react/
|
|
44
|
-
"@eslint-react/
|
|
45
|
-
"@eslint-react/
|
|
43
|
+
"@eslint-react/ast": "2.9.4-beta.0",
|
|
44
|
+
"@eslint-react/shared": "2.9.4-beta.0",
|
|
45
|
+
"@eslint-react/var": "2.9.4-beta.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/react": "^19.2.10",
|