@eslint-react/eslint-plugin 1.19.0-next.2 → 1.19.0-next.4

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
@@ -2,8 +2,6 @@ import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts
2
2
 
3
3
  declare const name$b = "@eslint-react/all";
4
4
  declare const rules$b: {
5
- readonly "@eslint-react/avoid-shorthand-boolean": "warn";
6
- readonly "@eslint-react/avoid-shorthand-fragment": "warn";
7
5
  readonly "@eslint-react/ensure-forward-ref-using-ref": "warn";
8
6
  readonly "@eslint-react/jsx-no-duplicate-props": "warn";
9
7
  readonly "@eslint-react/jsx-uses-vars": "warn";
@@ -535,8 +533,6 @@ declare const name$3 = "@eslint-react/off";
535
533
  declare const rules$3: {
536
534
  "@eslint-react/no-leaked-conditional-rendering": "off";
537
535
  "@eslint-react/prefer-read-only-props": "off";
538
- "@eslint-react/avoid-shorthand-boolean"?: "off";
539
- "@eslint-react/avoid-shorthand-fragment"?: "off";
540
536
  "@eslint-react/ensure-forward-ref-using-ref"?: "off";
541
537
  "@eslint-react/jsx-no-duplicate-props"?: "off";
542
538
  "@eslint-react/jsx-uses-vars"?: "off";
package/dist/index.d.ts CHANGED
@@ -2,8 +2,6 @@ import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts
2
2
 
3
3
  declare const name$b = "@eslint-react/all";
4
4
  declare const rules$b: {
5
- readonly "@eslint-react/avoid-shorthand-boolean": "warn";
6
- readonly "@eslint-react/avoid-shorthand-fragment": "warn";
7
5
  readonly "@eslint-react/ensure-forward-ref-using-ref": "warn";
8
6
  readonly "@eslint-react/jsx-no-duplicate-props": "warn";
9
7
  readonly "@eslint-react/jsx-uses-vars": "warn";
@@ -535,8 +533,6 @@ declare const name$3 = "@eslint-react/off";
535
533
  declare const rules$3: {
536
534
  "@eslint-react/no-leaked-conditional-rendering": "off";
537
535
  "@eslint-react/prefer-read-only-props": "off";
538
- "@eslint-react/avoid-shorthand-boolean"?: "off";
539
- "@eslint-react/avoid-shorthand-fragment"?: "off";
540
536
  "@eslint-react/ensure-forward-ref-using-ref"?: "off";
541
537
  "@eslint-react/jsx-no-duplicate-props"?: "off";
542
538
  "@eslint-react/jsx-uses-vars"?: "off";
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.19.0-next.2";
28
+ var version = "1.19.0-next.4";
29
29
 
30
30
  // src/configs/all.ts
31
31
  var all_exports = {};
@@ -125,8 +125,6 @@ var settings2 = {
125
125
  // src/configs/all.ts
126
126
  var name4 = "@eslint-react/all";
127
127
  var rules3 = {
128
- "@eslint-react/avoid-shorthand-boolean": "warn",
129
- "@eslint-react/avoid-shorthand-fragment": "warn",
130
128
  "@eslint-react/ensure-forward-ref-using-ref": "warn",
131
129
  "@eslint-react/jsx-no-duplicate-props": "warn",
132
130
  "@eslint-react/jsx-uses-vars": "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.19.0-next.2";
17
+ var version = "1.19.0-next.4";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
@@ -114,8 +114,6 @@ var settings2 = {
114
114
  // src/configs/all.ts
115
115
  var name4 = "@eslint-react/all";
116
116
  var rules3 = {
117
- "@eslint-react/avoid-shorthand-boolean": "warn",
118
- "@eslint-react/avoid-shorthand-fragment": "warn",
119
117
  "@eslint-react/ensure-forward-ref-using-ref": "warn",
120
118
  "@eslint-react/jsx-no-duplicate-props": "warn",
121
119
  "@eslint-react/jsx-uses-vars": "warn",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.19.0-next.2",
3
+ "version": "1.19.0-next.4",
4
4
  "description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -43,19 +43,19 @@
43
43
  "./package.json"
44
44
  ],
45
45
  "dependencies": {
46
- "@typescript-eslint/scope-manager": "^8.17.0",
47
- "@typescript-eslint/type-utils": "^8.17.0",
48
- "@typescript-eslint/types": "^8.17.0",
49
- "@typescript-eslint/utils": "^8.17.0",
50
- "@eslint-react/shared": "1.19.0-next.2",
51
- "@eslint-react/tools": "1.19.0-next.2",
52
- "@eslint-react/types": "1.19.0-next.2",
53
- "eslint-plugin-react-debug": "1.19.0-next.2",
54
- "eslint-plugin-react-dom": "1.19.0-next.2",
55
- "eslint-plugin-react-hooks-extra": "1.19.0-next.2",
56
- "eslint-plugin-react-naming-convention": "1.19.0-next.2",
57
- "eslint-plugin-react-web-api": "1.19.0-next.2",
58
- "eslint-plugin-react-x": "1.19.0-next.2"
46
+ "@typescript-eslint/scope-manager": "^8.18.0",
47
+ "@typescript-eslint/type-utils": "^8.18.0",
48
+ "@typescript-eslint/types": "^8.18.0",
49
+ "@typescript-eslint/utils": "^8.18.0",
50
+ "@eslint-react/shared": "1.19.0-next.4",
51
+ "@eslint-react/tools": "1.19.0-next.4",
52
+ "eslint-plugin-react-debug": "1.19.0-next.4",
53
+ "eslint-plugin-react-dom": "1.19.0-next.4",
54
+ "@eslint-react/types": "1.19.0-next.4",
55
+ "eslint-plugin-react-hooks-extra": "1.19.0-next.4",
56
+ "eslint-plugin-react-naming-convention": "1.19.0-next.4",
57
+ "eslint-plugin-react-web-api": "1.19.0-next.4",
58
+ "eslint-plugin-react-x": "1.19.0-next.4"
59
59
  },
60
60
  "devDependencies": {
61
61
  "tsup": "^8.3.5"