@eslint-react/eslint-plugin 1.37.1-beta.4 → 1.37.1-next.1

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.d.mts CHANGED
@@ -709,7 +709,6 @@ declare const rules$a: {
709
709
  readonly "@eslint-react/no-unused-state": "warn";
710
710
  readonly "@eslint-react/no-use-context": "warn";
711
711
  readonly "@eslint-react/no-useless-forward-ref": "warn";
712
- readonly "@eslint-react/no-useless-fragment": "warn";
713
712
  readonly "@eslint-react/use-jsx-vars": "warn";
714
713
  };
715
714
  declare const plugins$5: {
@@ -1305,7 +1304,6 @@ declare const rules$2: {
1305
1304
  readonly "@eslint-react/no-unused-state": "warn";
1306
1305
  readonly "@eslint-react/no-use-context": "warn";
1307
1306
  readonly "@eslint-react/no-useless-forward-ref": "warn";
1308
- readonly "@eslint-react/no-useless-fragment": "warn";
1309
1307
  readonly "@eslint-react/use-jsx-vars": "warn";
1310
1308
  };
1311
1309
  declare const plugins$2: {
@@ -1955,7 +1953,6 @@ declare const rules$1: {
1955
1953
  readonly "@eslint-react/no-unused-state": "warn";
1956
1954
  readonly "@eslint-react/no-use-context": "warn";
1957
1955
  readonly "@eslint-react/no-useless-forward-ref": "warn";
1958
- readonly "@eslint-react/no-useless-fragment": "warn";
1959
1956
  };
1960
1957
  declare const plugins$1: {
1961
1958
  "@eslint-react/debug": {
@@ -2603,7 +2600,6 @@ declare const rules: {
2603
2600
  readonly "@eslint-react/no-unused-state": "warn";
2604
2601
  readonly "@eslint-react/no-use-context": "warn";
2605
2602
  readonly "@eslint-react/no-useless-forward-ref": "warn";
2606
- readonly "@eslint-react/no-useless-fragment": "warn";
2607
2603
  };
2608
2604
  declare const plugins: {
2609
2605
  "@eslint-react/debug": {
package/dist/index.d.ts CHANGED
@@ -709,7 +709,6 @@ declare const rules$a: {
709
709
  readonly "@eslint-react/no-unused-state": "warn";
710
710
  readonly "@eslint-react/no-use-context": "warn";
711
711
  readonly "@eslint-react/no-useless-forward-ref": "warn";
712
- readonly "@eslint-react/no-useless-fragment": "warn";
713
712
  readonly "@eslint-react/use-jsx-vars": "warn";
714
713
  };
715
714
  declare const plugins$5: {
@@ -1305,7 +1304,6 @@ declare const rules$2: {
1305
1304
  readonly "@eslint-react/no-unused-state": "warn";
1306
1305
  readonly "@eslint-react/no-use-context": "warn";
1307
1306
  readonly "@eslint-react/no-useless-forward-ref": "warn";
1308
- readonly "@eslint-react/no-useless-fragment": "warn";
1309
1307
  readonly "@eslint-react/use-jsx-vars": "warn";
1310
1308
  };
1311
1309
  declare const plugins$2: {
@@ -1955,7 +1953,6 @@ declare const rules$1: {
1955
1953
  readonly "@eslint-react/no-unused-state": "warn";
1956
1954
  readonly "@eslint-react/no-use-context": "warn";
1957
1955
  readonly "@eslint-react/no-useless-forward-ref": "warn";
1958
- readonly "@eslint-react/no-useless-fragment": "warn";
1959
1956
  };
1960
1957
  declare const plugins$1: {
1961
1958
  "@eslint-react/debug": {
@@ -2603,7 +2600,6 @@ declare const rules: {
2603
2600
  readonly "@eslint-react/no-unused-state": "warn";
2604
2601
  readonly "@eslint-react/no-use-context": "warn";
2605
2602
  readonly "@eslint-react/no-useless-forward-ref": "warn";
2606
- readonly "@eslint-react/no-useless-fragment": "warn";
2607
2603
  };
2608
2604
  declare const plugins: {
2609
2605
  "@eslint-react/debug": {
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.37.1-beta.4";
28
+ var version = "1.37.1-next.1";
29
29
 
30
30
  // src/configs/all.ts
31
31
  var all_exports = {};
@@ -83,7 +83,6 @@ var rules = {
83
83
  "@eslint-react/no-unused-state": "warn",
84
84
  "@eslint-react/no-use-context": "warn",
85
85
  "@eslint-react/no-useless-forward-ref": "warn",
86
- "@eslint-react/no-useless-fragment": "warn",
87
86
  "@eslint-react/use-jsx-vars": "warn"
88
87
  };
89
88
  var plugins = {
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.37.1-beta.4";
17
+ var version = "1.37.1-next.1";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
@@ -72,7 +72,6 @@ var rules = {
72
72
  "@eslint-react/no-unused-state": "warn",
73
73
  "@eslint-react/no-use-context": "warn",
74
74
  "@eslint-react/no-useless-forward-ref": "warn",
75
- "@eslint-react/no-useless-fragment": "warn",
76
75
  "@eslint-react/use-jsx-vars": "warn"
77
76
  };
78
77
  var plugins = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.37.1-beta.4",
3
+ "version": "1.37.1-next.1",
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,14 +50,14 @@
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.37.1-beta.4",
54
- "@eslint-react/shared": "1.37.1-beta.4",
55
- "eslint-plugin-react-hooks-extra": "1.37.1-beta.4",
56
- "eslint-plugin-react-dom": "1.37.1-beta.4",
57
- "eslint-plugin-react-naming-convention": "1.37.1-beta.4",
58
- "eslint-plugin-react-web-api": "1.37.1-beta.4",
59
- "eslint-plugin-react-debug": "1.37.1-beta.4",
60
- "eslint-plugin-react-x": "1.37.1-beta.4"
53
+ "@eslint-react/eff": "1.37.1-next.1",
54
+ "eslint-plugin-react-dom": "1.37.1-next.1",
55
+ "eslint-plugin-react-debug": "1.37.1-next.1",
56
+ "@eslint-react/shared": "1.37.1-next.1",
57
+ "eslint-plugin-react-naming-convention": "1.37.1-next.1",
58
+ "eslint-plugin-react-hooks-extra": "1.37.1-next.1",
59
+ "eslint-plugin-react-web-api": "1.37.1-next.1",
60
+ "eslint-plugin-react-x": "1.37.1-next.1"
61
61
  },
62
62
  "devDependencies": {
63
63
  "tsup": "^8.4.0",