eslint-plugin-react-x 2.0.0-next.182 → 2.0.0-next.185
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 +4 -4
- package/package.json +12 -12
package/dist/index.js
CHANGED
|
@@ -28,7 +28,7 @@ var __export = (all) => {
|
|
|
28
28
|
|
|
29
29
|
//#endregion
|
|
30
30
|
//#region src/configs/recommended.ts
|
|
31
|
-
var recommended_exports = __export({
|
|
31
|
+
var recommended_exports = /* @__PURE__ */ __export({
|
|
32
32
|
name: () => name$3,
|
|
33
33
|
rules: () => rules$2,
|
|
34
34
|
settings: () => settings$2
|
|
@@ -82,7 +82,7 @@ const settings$2 = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
|
|
|
82
82
|
|
|
83
83
|
//#endregion
|
|
84
84
|
//#region src/configs/recommended-typescript.ts
|
|
85
|
-
var recommended_typescript_exports = __export({
|
|
85
|
+
var recommended_typescript_exports = /* @__PURE__ */ __export({
|
|
86
86
|
name: () => name$2,
|
|
87
87
|
rules: () => rules$1,
|
|
88
88
|
settings: () => settings$1
|
|
@@ -99,7 +99,7 @@ const settings$1 = { ...settings$2 };
|
|
|
99
99
|
|
|
100
100
|
//#endregion
|
|
101
101
|
//#region src/configs/recommended-type-checked.ts
|
|
102
|
-
var recommended_type_checked_exports = __export({
|
|
102
|
+
var recommended_type_checked_exports = /* @__PURE__ */ __export({
|
|
103
103
|
name: () => name$1,
|
|
104
104
|
rules: () => rules,
|
|
105
105
|
settings: () => settings
|
|
@@ -115,7 +115,7 @@ const settings = { ...settings$1 };
|
|
|
115
115
|
//#endregion
|
|
116
116
|
//#region package.json
|
|
117
117
|
var name = "eslint-plugin-react-x";
|
|
118
|
-
var version = "2.0.0-next.
|
|
118
|
+
var version = "2.0.0-next.185";
|
|
119
119
|
|
|
120
120
|
//#endregion
|
|
121
121
|
//#region src/utils/create-rule.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-x",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.185",
|
|
4
4
|
"description": "A set of composable ESLint rules for for libraries and frameworks that use React as a UI runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -34,26 +34,26 @@
|
|
|
34
34
|
"./package.json"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@typescript-eslint/scope-manager": "^8.
|
|
38
|
-
"@typescript-eslint/type-utils": "^8.
|
|
39
|
-
"@typescript-eslint/types": "^8.
|
|
40
|
-
"@typescript-eslint/utils": "^8.
|
|
37
|
+
"@typescript-eslint/scope-manager": "^8.44.0",
|
|
38
|
+
"@typescript-eslint/type-utils": "^8.44.0",
|
|
39
|
+
"@typescript-eslint/types": "^8.44.0",
|
|
40
|
+
"@typescript-eslint/utils": "^8.44.0",
|
|
41
41
|
"compare-versions": "^6.1.1",
|
|
42
42
|
"is-immutable-type": "^5.0.1",
|
|
43
43
|
"string-ts": "^2.2.1",
|
|
44
44
|
"ts-pattern": "^5.8.0",
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"@eslint-react/
|
|
47
|
-
"@eslint-react/eff": "2.0.0-next.
|
|
48
|
-
"@eslint-react/kit": "2.0.0-next.
|
|
49
|
-
"@eslint-react/shared": "2.0.0-next.
|
|
50
|
-
"@eslint-react/var": "2.0.0-next.
|
|
45
|
+
"@eslint-react/ast": "2.0.0-next.185",
|
|
46
|
+
"@eslint-react/core": "2.0.0-next.185",
|
|
47
|
+
"@eslint-react/eff": "2.0.0-next.185",
|
|
48
|
+
"@eslint-react/kit": "2.0.0-next.185",
|
|
49
|
+
"@eslint-react/shared": "2.0.0-next.185",
|
|
50
|
+
"@eslint-react/var": "2.0.0-next.185"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/react": "^19.1.13",
|
|
54
54
|
"@types/react-dom": "^19.1.9",
|
|
55
55
|
"ts-api-utils": "^2.1.0",
|
|
56
|
-
"tsdown": "^0.15.
|
|
56
|
+
"tsdown": "^0.15.2",
|
|
57
57
|
"@local/configs": "0.0.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|