eslint-plugin-react-rsc 3.0.0-next.46 → 3.0.0-next.48
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/dist/index.js +2 -2
- package/package.json +5 -5
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 = "3.0.0-next.
|
|
35
|
+
var version = "3.0.0-next.48";
|
|
36
36
|
|
|
37
37
|
//#endregion
|
|
38
38
|
//#region src/utils/create-rule.ts
|
|
@@ -47,7 +47,7 @@ const RULE_NAME = "function-definition";
|
|
|
47
47
|
var function_definition_default = createRule({
|
|
48
48
|
meta: {
|
|
49
49
|
type: "problem",
|
|
50
|
-
docs: { description: "
|
|
50
|
+
docs: { description: "Validates and transforms React Client/Server Function definitions." },
|
|
51
51
|
fixable: "code",
|
|
52
52
|
messages: {
|
|
53
53
|
file: "Functions exported from files with `use server` directive are React Server Functions and therefore must be async.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-rsc",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.48",
|
|
4
4
|
"description": "ESLint React's ESLint plugin for RSC related rules.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"@typescript-eslint/types": "canary",
|
|
41
41
|
"@typescript-eslint/utils": "canary",
|
|
42
42
|
"ts-pattern": "^5.9.0",
|
|
43
|
-
"@eslint-react/ast": "3.0.0-next.
|
|
44
|
-
"@eslint-react/
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"@eslint-react/
|
|
43
|
+
"@eslint-react/ast": "3.0.0-next.48",
|
|
44
|
+
"@eslint-react/eff": "3.0.0-next.48",
|
|
45
|
+
"@eslint-react/shared": "3.0.0-next.48",
|
|
46
|
+
"@eslint-react/var": "3.0.0-next.48"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/react": "^19.2.14",
|