@eslint-react/eslint-plugin 1.38.0-beta.5 → 1.38.0-beta.7

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.38.0-beta.5";
28
+ var version = "1.38.0-beta.7";
29
29
 
30
30
  // src/configs/all.ts
31
31
  var all_exports = {};
@@ -62,7 +62,7 @@ var rules = {
62
62
  "@eslint-react/no-create-ref": "error",
63
63
  "@eslint-react/no-default-props": "error",
64
64
  "@eslint-react/no-direct-mutation-state": "error",
65
- "@eslint-react/no-duplicate-jsx-props": "warn",
65
+ "@eslint-react/jsx-no-duplicate-props": "warn",
66
66
  "@eslint-react/no-duplicate-key": "warn",
67
67
  "@eslint-react/no-forward-ref": "warn",
68
68
  "@eslint-react/no-implicit-key": "warn",
@@ -84,7 +84,7 @@ var rules = {
84
84
  "@eslint-react/no-use-context": "warn",
85
85
  "@eslint-react/no-useless-forward-ref": "warn",
86
86
  "@eslint-react/no-useless-fragment": "warn",
87
- "@eslint-react/use-jsx-vars": "warn"
87
+ "@eslint-react/jsx-uses-vars": "warn"
88
88
  };
89
89
  var plugins = {
90
90
  "@eslint-react": reactx__default.default
@@ -150,7 +150,7 @@ var rules3 = {
150
150
  "@eslint-react/no-create-ref": "error",
151
151
  "@eslint-react/no-default-props": "error",
152
152
  "@eslint-react/no-direct-mutation-state": "error",
153
- "@eslint-react/no-duplicate-jsx-props": "warn",
153
+ "@eslint-react/jsx-no-duplicate-props": "warn",
154
154
  "@eslint-react/no-duplicate-key": "warn",
155
155
  "@eslint-react/no-forward-ref": "warn",
156
156
  "@eslint-react/no-implicit-key": "warn",
@@ -177,7 +177,7 @@ var rules3 = {
177
177
  "@eslint-react/prefer-destructuring-assignment": "warn",
178
178
  "@eslint-react/prefer-shorthand-boolean": "warn",
179
179
  "@eslint-react/prefer-shorthand-fragment": "warn",
180
- "@eslint-react/use-jsx-vars": "warn",
180
+ "@eslint-react/jsx-uses-vars": "warn",
181
181
  "@eslint-react/dom/no-dangerously-set-innerhtml": "warn",
182
182
  "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error",
183
183
  "@eslint-react/dom/no-find-dom-node": "error",
@@ -351,8 +351,8 @@ var name12 = "@eslint-react/recommended-typescript";
351
351
  var rules12 = {
352
352
  ...rules11,
353
353
  "@eslint-react/dom/no-unknown-property": "off",
354
- "@eslint-react/no-duplicate-jsx-props": "off",
355
- "@eslint-react/use-jsx-vars": "off"
354
+ "@eslint-react/jsx-no-duplicate-props": "off",
355
+ "@eslint-react/jsx-uses-vars": "off"
356
356
  };
357
357
  var plugins7 = {
358
358
  ...plugins6
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.38.0-beta.5";
17
+ var version = "1.38.0-beta.7";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
@@ -51,7 +51,7 @@ var rules = {
51
51
  "@eslint-react/no-create-ref": "error",
52
52
  "@eslint-react/no-default-props": "error",
53
53
  "@eslint-react/no-direct-mutation-state": "error",
54
- "@eslint-react/no-duplicate-jsx-props": "warn",
54
+ "@eslint-react/jsx-no-duplicate-props": "warn",
55
55
  "@eslint-react/no-duplicate-key": "warn",
56
56
  "@eslint-react/no-forward-ref": "warn",
57
57
  "@eslint-react/no-implicit-key": "warn",
@@ -73,7 +73,7 @@ var rules = {
73
73
  "@eslint-react/no-use-context": "warn",
74
74
  "@eslint-react/no-useless-forward-ref": "warn",
75
75
  "@eslint-react/no-useless-fragment": "warn",
76
- "@eslint-react/use-jsx-vars": "warn"
76
+ "@eslint-react/jsx-uses-vars": "warn"
77
77
  };
78
78
  var plugins = {
79
79
  "@eslint-react": reactx
@@ -139,7 +139,7 @@ var rules3 = {
139
139
  "@eslint-react/no-create-ref": "error",
140
140
  "@eslint-react/no-default-props": "error",
141
141
  "@eslint-react/no-direct-mutation-state": "error",
142
- "@eslint-react/no-duplicate-jsx-props": "warn",
142
+ "@eslint-react/jsx-no-duplicate-props": "warn",
143
143
  "@eslint-react/no-duplicate-key": "warn",
144
144
  "@eslint-react/no-forward-ref": "warn",
145
145
  "@eslint-react/no-implicit-key": "warn",
@@ -166,7 +166,7 @@ var rules3 = {
166
166
  "@eslint-react/prefer-destructuring-assignment": "warn",
167
167
  "@eslint-react/prefer-shorthand-boolean": "warn",
168
168
  "@eslint-react/prefer-shorthand-fragment": "warn",
169
- "@eslint-react/use-jsx-vars": "warn",
169
+ "@eslint-react/jsx-uses-vars": "warn",
170
170
  "@eslint-react/dom/no-dangerously-set-innerhtml": "warn",
171
171
  "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error",
172
172
  "@eslint-react/dom/no-find-dom-node": "error",
@@ -340,8 +340,8 @@ var name12 = "@eslint-react/recommended-typescript";
340
340
  var rules12 = {
341
341
  ...rules11,
342
342
  "@eslint-react/dom/no-unknown-property": "off",
343
- "@eslint-react/no-duplicate-jsx-props": "off",
344
- "@eslint-react/use-jsx-vars": "off"
343
+ "@eslint-react/jsx-no-duplicate-props": "off",
344
+ "@eslint-react/jsx-uses-vars": "off"
345
345
  };
346
346
  var plugins7 = {
347
347
  ...plugins6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.38.0-beta.5",
3
+ "version": "1.38.0-beta.7",
4
4
  "description": "More than 80 high-quality linting rules to identify possible problems in your React 19 code.",
5
5
  "keywords": [
6
6
  "react",
@@ -50,15 +50,15 @@
50
50
  "@typescript-eslint/type-utils": "^8.27.0",
51
51
  "@typescript-eslint/types": "^8.27.0",
52
52
  "@typescript-eslint/utils": "^8.27.0",
53
- "@eslint-react/eff": "1.38.0-beta.5",
54
- "@eslint-react/kit": "1.38.0-beta.5",
55
- "@eslint-react/shared": "1.38.0-beta.5",
56
- "eslint-plugin-react-debug": "1.38.0-beta.5",
57
- "eslint-plugin-react-dom": "1.38.0-beta.5",
58
- "eslint-plugin-react-hooks-extra": "1.38.0-beta.5",
59
- "eslint-plugin-react-web-api": "1.38.0-beta.5",
60
- "eslint-plugin-react-x": "1.38.0-beta.5",
61
- "eslint-plugin-react-naming-convention": "1.38.0-beta.5"
53
+ "@eslint-react/eff": "1.38.0-beta.7",
54
+ "@eslint-react/kit": "1.38.0-beta.7",
55
+ "@eslint-react/shared": "1.38.0-beta.7",
56
+ "eslint-plugin-react-dom": "1.38.0-beta.7",
57
+ "eslint-plugin-react-hooks-extra": "1.38.0-beta.7",
58
+ "eslint-plugin-react-naming-convention": "1.38.0-beta.7",
59
+ "eslint-plugin-react-debug": "1.38.0-beta.7",
60
+ "eslint-plugin-react-web-api": "1.38.0-beta.7",
61
+ "eslint-plugin-react-x": "1.38.0-beta.7"
62
62
  },
63
63
  "devDependencies": {
64
64
  "tsup": "^8.4.0",