@eslint-react/eslint-plugin 1.26.3-next.13 → 1.26.3-next.15
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 +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +13 -13
package/dist/index.d.mts
CHANGED
|
@@ -24,7 +24,7 @@ declare const rules$b: {
|
|
|
24
24
|
readonly "@eslint-react/no-default-props": "error";
|
|
25
25
|
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
26
26
|
readonly "@eslint-react/no-duplicate-jsx-props": "warn";
|
|
27
|
-
readonly "@eslint-react/no-duplicate-key": "
|
|
27
|
+
readonly "@eslint-react/no-duplicate-key": "warn";
|
|
28
28
|
readonly "@eslint-react/no-forward-ref": "warn";
|
|
29
29
|
readonly "@eslint-react/no-implicit-key": "warn";
|
|
30
30
|
readonly "@eslint-react/no-missing-component-display-name": "warn";
|
|
@@ -283,7 +283,7 @@ declare const rules$a: {
|
|
|
283
283
|
readonly "@eslint-react/no-default-props": "error";
|
|
284
284
|
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
285
285
|
readonly "@eslint-react/no-duplicate-jsx-props": "warn";
|
|
286
|
-
readonly "@eslint-react/no-duplicate-key": "
|
|
286
|
+
readonly "@eslint-react/no-duplicate-key": "warn";
|
|
287
287
|
readonly "@eslint-react/no-forward-ref": "warn";
|
|
288
288
|
readonly "@eslint-react/no-implicit-key": "warn";
|
|
289
289
|
readonly "@eslint-react/no-missing-key": "error";
|
|
@@ -569,7 +569,7 @@ declare const rules$2: {
|
|
|
569
569
|
readonly "@eslint-react/no-default-props": "error";
|
|
570
570
|
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
571
571
|
readonly "@eslint-react/no-duplicate-jsx-props": "warn";
|
|
572
|
-
readonly "@eslint-react/no-duplicate-key": "
|
|
572
|
+
readonly "@eslint-react/no-duplicate-key": "warn";
|
|
573
573
|
readonly "@eslint-react/no-forward-ref": "warn";
|
|
574
574
|
readonly "@eslint-react/no-implicit-key": "warn";
|
|
575
575
|
readonly "@eslint-react/no-missing-key": "error";
|
|
@@ -818,7 +818,7 @@ declare const rules$1: {
|
|
|
818
818
|
readonly "@eslint-react/no-create-ref": "error";
|
|
819
819
|
readonly "@eslint-react/no-default-props": "error";
|
|
820
820
|
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
821
|
-
readonly "@eslint-react/no-duplicate-key": "
|
|
821
|
+
readonly "@eslint-react/no-duplicate-key": "warn";
|
|
822
822
|
readonly "@eslint-react/no-forward-ref": "warn";
|
|
823
823
|
readonly "@eslint-react/no-implicit-key": "warn";
|
|
824
824
|
readonly "@eslint-react/no-missing-key": "error";
|
|
@@ -1065,7 +1065,7 @@ declare const rules: {
|
|
|
1065
1065
|
readonly "@eslint-react/no-create-ref": "error";
|
|
1066
1066
|
readonly "@eslint-react/no-default-props": "error";
|
|
1067
1067
|
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
1068
|
-
readonly "@eslint-react/no-duplicate-key": "
|
|
1068
|
+
readonly "@eslint-react/no-duplicate-key": "warn";
|
|
1069
1069
|
readonly "@eslint-react/no-forward-ref": "warn";
|
|
1070
1070
|
readonly "@eslint-react/no-implicit-key": "warn";
|
|
1071
1071
|
readonly "@eslint-react/no-missing-key": "error";
|
package/dist/index.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ declare const rules$b: {
|
|
|
24
24
|
readonly "@eslint-react/no-default-props": "error";
|
|
25
25
|
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
26
26
|
readonly "@eslint-react/no-duplicate-jsx-props": "warn";
|
|
27
|
-
readonly "@eslint-react/no-duplicate-key": "
|
|
27
|
+
readonly "@eslint-react/no-duplicate-key": "warn";
|
|
28
28
|
readonly "@eslint-react/no-forward-ref": "warn";
|
|
29
29
|
readonly "@eslint-react/no-implicit-key": "warn";
|
|
30
30
|
readonly "@eslint-react/no-missing-component-display-name": "warn";
|
|
@@ -283,7 +283,7 @@ declare const rules$a: {
|
|
|
283
283
|
readonly "@eslint-react/no-default-props": "error";
|
|
284
284
|
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
285
285
|
readonly "@eslint-react/no-duplicate-jsx-props": "warn";
|
|
286
|
-
readonly "@eslint-react/no-duplicate-key": "
|
|
286
|
+
readonly "@eslint-react/no-duplicate-key": "warn";
|
|
287
287
|
readonly "@eslint-react/no-forward-ref": "warn";
|
|
288
288
|
readonly "@eslint-react/no-implicit-key": "warn";
|
|
289
289
|
readonly "@eslint-react/no-missing-key": "error";
|
|
@@ -569,7 +569,7 @@ declare const rules$2: {
|
|
|
569
569
|
readonly "@eslint-react/no-default-props": "error";
|
|
570
570
|
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
571
571
|
readonly "@eslint-react/no-duplicate-jsx-props": "warn";
|
|
572
|
-
readonly "@eslint-react/no-duplicate-key": "
|
|
572
|
+
readonly "@eslint-react/no-duplicate-key": "warn";
|
|
573
573
|
readonly "@eslint-react/no-forward-ref": "warn";
|
|
574
574
|
readonly "@eslint-react/no-implicit-key": "warn";
|
|
575
575
|
readonly "@eslint-react/no-missing-key": "error";
|
|
@@ -818,7 +818,7 @@ declare const rules$1: {
|
|
|
818
818
|
readonly "@eslint-react/no-create-ref": "error";
|
|
819
819
|
readonly "@eslint-react/no-default-props": "error";
|
|
820
820
|
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
821
|
-
readonly "@eslint-react/no-duplicate-key": "
|
|
821
|
+
readonly "@eslint-react/no-duplicate-key": "warn";
|
|
822
822
|
readonly "@eslint-react/no-forward-ref": "warn";
|
|
823
823
|
readonly "@eslint-react/no-implicit-key": "warn";
|
|
824
824
|
readonly "@eslint-react/no-missing-key": "error";
|
|
@@ -1065,7 +1065,7 @@ declare const rules: {
|
|
|
1065
1065
|
readonly "@eslint-react/no-create-ref": "error";
|
|
1066
1066
|
readonly "@eslint-react/no-default-props": "error";
|
|
1067
1067
|
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
1068
|
-
readonly "@eslint-react/no-duplicate-key": "
|
|
1068
|
+
readonly "@eslint-react/no-duplicate-key": "warn";
|
|
1069
1069
|
readonly "@eslint-react/no-forward-ref": "warn";
|
|
1070
1070
|
readonly "@eslint-react/no-implicit-key": "warn";
|
|
1071
1071
|
readonly "@eslint-react/no-missing-key": "error";
|
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.26.3-next.
|
|
28
|
+
var version = "1.26.3-next.15";
|
|
29
29
|
|
|
30
30
|
// src/configs/all.ts
|
|
31
31
|
var all_exports = {};
|
|
@@ -64,7 +64,7 @@ var rules = {
|
|
|
64
64
|
"@eslint-react/no-default-props": "error",
|
|
65
65
|
"@eslint-react/no-direct-mutation-state": "error",
|
|
66
66
|
"@eslint-react/no-duplicate-jsx-props": "warn",
|
|
67
|
-
"@eslint-react/no-duplicate-key": "
|
|
67
|
+
"@eslint-react/no-duplicate-key": "warn",
|
|
68
68
|
"@eslint-react/no-forward-ref": "warn",
|
|
69
69
|
"@eslint-react/no-implicit-key": "warn",
|
|
70
70
|
"@eslint-react/no-missing-key": "error",
|
|
@@ -145,7 +145,7 @@ var rules3 = {
|
|
|
145
145
|
"@eslint-react/no-default-props": "error",
|
|
146
146
|
"@eslint-react/no-direct-mutation-state": "error",
|
|
147
147
|
"@eslint-react/no-duplicate-jsx-props": "warn",
|
|
148
|
-
"@eslint-react/no-duplicate-key": "
|
|
148
|
+
"@eslint-react/no-duplicate-key": "warn",
|
|
149
149
|
"@eslint-react/no-forward-ref": "warn",
|
|
150
150
|
"@eslint-react/no-implicit-key": "warn",
|
|
151
151
|
"@eslint-react/no-missing-component-display-name": "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.26.3-next.
|
|
17
|
+
var version = "1.26.3-next.15";
|
|
18
18
|
|
|
19
19
|
// src/configs/all.ts
|
|
20
20
|
var all_exports = {};
|
|
@@ -53,7 +53,7 @@ var rules = {
|
|
|
53
53
|
"@eslint-react/no-default-props": "error",
|
|
54
54
|
"@eslint-react/no-direct-mutation-state": "error",
|
|
55
55
|
"@eslint-react/no-duplicate-jsx-props": "warn",
|
|
56
|
-
"@eslint-react/no-duplicate-key": "
|
|
56
|
+
"@eslint-react/no-duplicate-key": "warn",
|
|
57
57
|
"@eslint-react/no-forward-ref": "warn",
|
|
58
58
|
"@eslint-react/no-implicit-key": "warn",
|
|
59
59
|
"@eslint-react/no-missing-key": "error",
|
|
@@ -134,7 +134,7 @@ var rules3 = {
|
|
|
134
134
|
"@eslint-react/no-default-props": "error",
|
|
135
135
|
"@eslint-react/no-direct-mutation-state": "error",
|
|
136
136
|
"@eslint-react/no-duplicate-jsx-props": "warn",
|
|
137
|
-
"@eslint-react/no-duplicate-key": "
|
|
137
|
+
"@eslint-react/no-duplicate-key": "warn",
|
|
138
138
|
"@eslint-react/no-forward-ref": "warn",
|
|
139
139
|
"@eslint-react/no-implicit-key": "warn",
|
|
140
140
|
"@eslint-react/no-missing-component-display-name": "warn",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.26.3-next.
|
|
3
|
+
"version": "1.26.3-next.15",
|
|
4
4
|
"description": "More than 80 high-quality linting rules for writing better React code.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -46,18 +46,18 @@
|
|
|
46
46
|
"./package.json"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@typescript-eslint/scope-manager": "^8.24.
|
|
50
|
-
"@typescript-eslint/type-utils": "^8.24.
|
|
51
|
-
"@typescript-eslint/types": "^8.24.
|
|
52
|
-
"@typescript-eslint/utils": "^8.24.
|
|
53
|
-
"@eslint-react/
|
|
54
|
-
"@eslint-react/
|
|
55
|
-
"eslint-plugin-react-debug": "1.26.3-next.
|
|
56
|
-
"eslint-plugin-react-
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-
|
|
49
|
+
"@typescript-eslint/scope-manager": "^8.24.1",
|
|
50
|
+
"@typescript-eslint/type-utils": "^8.24.1",
|
|
51
|
+
"@typescript-eslint/types": "^8.24.1",
|
|
52
|
+
"@typescript-eslint/utils": "^8.24.1",
|
|
53
|
+
"@eslint-react/shared": "1.26.3-next.15",
|
|
54
|
+
"@eslint-react/eff": "1.26.3-next.15",
|
|
55
|
+
"eslint-plugin-react-debug": "1.26.3-next.15",
|
|
56
|
+
"eslint-plugin-react-dom": "1.26.3-next.15",
|
|
57
|
+
"eslint-plugin-react-naming-convention": "1.26.3-next.15",
|
|
58
|
+
"eslint-plugin-react-x": "1.26.3-next.15",
|
|
59
|
+
"eslint-plugin-react-hooks-extra": "1.26.3-next.15",
|
|
60
|
+
"eslint-plugin-react-web-api": "1.26.3-next.15"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"tsup": "^8.3.6",
|