@eslint-react/eslint-plugin 1.34.0-beta.0 → 1.34.0-beta.2

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 CHANGED
@@ -25,7 +25,7 @@ var __export = (target, all) => {
25
25
 
26
26
  // package.json
27
27
  var name = "@eslint-react/eslint-plugin";
28
- var version = "1.34.0-beta.0";
28
+ var version = "1.34.0-beta.2";
29
29
 
30
30
  // src/configs/all.ts
31
31
  var all_exports = {};
@@ -67,7 +67,7 @@ var rules = {
67
67
  "@eslint-react/no-forward-ref": "warn",
68
68
  "@eslint-react/no-implicit-key": "warn",
69
69
  "@eslint-react/no-missing-key": "error",
70
- "@eslint-react/no-nested-components": "error",
70
+ "@eslint-react/no-nested-component-definitions": "error",
71
71
  "@eslint-react/no-prop-types": "error",
72
72
  "@eslint-react/no-redundant-should-component-update": "error",
73
73
  "@eslint-react/no-set-state-in-component-did-mount": "warn",
@@ -154,7 +154,7 @@ var rules3 = {
154
154
  "@eslint-react/no-missing-component-display-name": "warn",
155
155
  "@eslint-react/no-missing-context-display-name": "warn",
156
156
  "@eslint-react/no-missing-key": "error",
157
- "@eslint-react/no-nested-components": "error",
157
+ "@eslint-react/no-nested-component-definitions": "error",
158
158
  "@eslint-react/no-prop-types": "error",
159
159
  "@eslint-react/no-redundant-should-component-update": "error",
160
160
  "@eslint-react/no-set-state-in-component-did-mount": "warn",
package/dist/index.mjs CHANGED
@@ -14,7 +14,7 @@ var __export = (target, all) => {
14
14
 
15
15
  // package.json
16
16
  var name = "@eslint-react/eslint-plugin";
17
- var version = "1.34.0-beta.0";
17
+ var version = "1.34.0-beta.2";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
@@ -56,7 +56,7 @@ var rules = {
56
56
  "@eslint-react/no-forward-ref": "warn",
57
57
  "@eslint-react/no-implicit-key": "warn",
58
58
  "@eslint-react/no-missing-key": "error",
59
- "@eslint-react/no-nested-components": "error",
59
+ "@eslint-react/no-nested-component-definitions": "error",
60
60
  "@eslint-react/no-prop-types": "error",
61
61
  "@eslint-react/no-redundant-should-component-update": "error",
62
62
  "@eslint-react/no-set-state-in-component-did-mount": "warn",
@@ -143,7 +143,7 @@ var rules3 = {
143
143
  "@eslint-react/no-missing-component-display-name": "warn",
144
144
  "@eslint-react/no-missing-context-display-name": "warn",
145
145
  "@eslint-react/no-missing-key": "error",
146
- "@eslint-react/no-nested-components": "error",
146
+ "@eslint-react/no-nested-component-definitions": "error",
147
147
  "@eslint-react/no-prop-types": "error",
148
148
  "@eslint-react/no-redundant-should-component-update": "error",
149
149
  "@eslint-react/no-set-state-in-component-did-mount": "warn",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.34.0-beta.0",
3
+ "version": "1.34.0-beta.2",
4
4
  "description": "More than 80 high-quality linting rules for writing better React code.",
5
5
  "keywords": [
6
6
  "react",
@@ -50,14 +50,14 @@
50
50
  "@typescript-eslint/type-utils": "^8.26.1",
51
51
  "@typescript-eslint/types": "^8.26.1",
52
52
  "@typescript-eslint/utils": "^8.26.1",
53
- "@eslint-react/eff": "1.34.0-beta.0",
54
- "@eslint-react/shared": "1.34.0-beta.0",
55
- "eslint-plugin-react-hooks-extra": "1.34.0-beta.0",
56
- "eslint-plugin-react-debug": "1.34.0-beta.0",
57
- "eslint-plugin-react-naming-convention": "1.34.0-beta.0",
58
- "eslint-plugin-react-dom": "1.34.0-beta.0",
59
- "eslint-plugin-react-web-api": "1.34.0-beta.0",
60
- "eslint-plugin-react-x": "1.34.0-beta.0"
53
+ "@eslint-react/eff": "1.34.0-beta.2",
54
+ "@eslint-react/shared": "1.34.0-beta.2",
55
+ "eslint-plugin-react-debug": "1.34.0-beta.2",
56
+ "eslint-plugin-react-dom": "1.34.0-beta.2",
57
+ "eslint-plugin-react-naming-convention": "1.34.0-beta.2",
58
+ "eslint-plugin-react-web-api": "1.34.0-beta.2",
59
+ "eslint-plugin-react-x": "1.34.0-beta.2",
60
+ "eslint-plugin-react-hooks-extra": "1.34.0-beta.2"
61
61
  },
62
62
  "devDependencies": {
63
63
  "tsup": "^8.4.0",