@eslint-react/eslint-plugin 3.0.0-next.74 → 3.0.0-next.77
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 +8 -9
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ var __exportAll = (all, no_symbols) => {
|
|
|
24
24
|
//#endregion
|
|
25
25
|
//#region package.json
|
|
26
26
|
var name$19 = "@eslint-react/eslint-plugin";
|
|
27
|
-
var version = "3.0.0-next.
|
|
27
|
+
var version = "3.0.0-next.77";
|
|
28
28
|
|
|
29
29
|
//#endregion
|
|
30
30
|
//#region src/configs/dom.ts
|
|
@@ -76,7 +76,6 @@ const rules$17 = {
|
|
|
76
76
|
"@eslint-react/exhaustive-deps": "warn",
|
|
77
77
|
"@eslint-react/jsx-key-before-spread": "warn",
|
|
78
78
|
"@eslint-react/jsx-no-comment-textnodes": "warn",
|
|
79
|
-
"@eslint-react/jsx-no-duplicate-props": "warn",
|
|
80
79
|
"@eslint-react/no-access-state-in-setstate": "error",
|
|
81
80
|
"@eslint-react/no-array-index-key": "warn",
|
|
82
81
|
"@eslint-react/no-children-count": "warn",
|
|
@@ -133,7 +132,6 @@ const rules$16 = {
|
|
|
133
132
|
"@eslint-react/jsx-dollar": "warn",
|
|
134
133
|
"@eslint-react/jsx-key-before-spread": "warn",
|
|
135
134
|
"@eslint-react/jsx-no-comment-textnodes": "warn",
|
|
136
|
-
"@eslint-react/jsx-no-duplicate-props": "warn",
|
|
137
135
|
"@eslint-react/jsx-shorthand-boolean": "warn",
|
|
138
136
|
"@eslint-react/jsx-shorthand-fragment": "warn",
|
|
139
137
|
"@eslint-react/no-access-state-in-setstate": "error",
|
|
@@ -257,17 +255,19 @@ var disable_experimental_exports = /* @__PURE__ */ __exportAll({
|
|
|
257
255
|
});
|
|
258
256
|
const name$11 = "@eslint-react/disable-experimental";
|
|
259
257
|
const rules$12 = {
|
|
260
|
-
"@eslint-react/
|
|
258
|
+
"@eslint-react/immutability": "off",
|
|
261
259
|
"@eslint-react/jsx-key-before-spread": "off",
|
|
262
260
|
"@eslint-react/no-duplicate-key": "off",
|
|
261
|
+
"@eslint-react/no-implicit-children": "off",
|
|
263
262
|
"@eslint-react/no-implicit-key": "off",
|
|
263
|
+
"@eslint-react/no-implicit-ref": "off",
|
|
264
264
|
"@eslint-react/no-misused-capture-owner-stack": "off",
|
|
265
265
|
"@eslint-react/no-unnecessary-use-callback": "off",
|
|
266
266
|
"@eslint-react/no-unnecessary-use-memo": "off",
|
|
267
267
|
"@eslint-react/no-unused-props": "off",
|
|
268
268
|
"@eslint-react/refs": "off",
|
|
269
|
-
"@eslint-react/rules-of-hooks": "off",
|
|
270
269
|
"@eslint-react/set-state-in-render": "off",
|
|
270
|
+
"@eslint-react/unstable-rules-of-props": "off",
|
|
271
271
|
"@eslint-react/rsc/function-definition": "off"
|
|
272
272
|
};
|
|
273
273
|
|
|
@@ -288,7 +288,9 @@ var disable_type_checked_exports = /* @__PURE__ */ __exportAll({
|
|
|
288
288
|
});
|
|
289
289
|
const name$9 = "@eslint-react/disable-type-checked";
|
|
290
290
|
const rules$10 = {
|
|
291
|
+
"@eslint-react/no-implicit-children": "off",
|
|
291
292
|
"@eslint-react/no-implicit-key": "off",
|
|
293
|
+
"@eslint-react/no-implicit-ref": "off",
|
|
292
294
|
"@eslint-react/no-leaked-conditional-rendering": "off",
|
|
293
295
|
"@eslint-react/no-unused-props": "off"
|
|
294
296
|
};
|
|
@@ -367,8 +369,7 @@ const settings$5 = { ...settings$8 };
|
|
|
367
369
|
*/
|
|
368
370
|
const rules$5 = {
|
|
369
371
|
"@eslint-react/dom/no-string-style-prop": "off",
|
|
370
|
-
"@eslint-react/dom/no-unknown-property": "off"
|
|
371
|
-
"@eslint-react/jsx-no-duplicate-props": "off"
|
|
372
|
+
"@eslint-react/dom/no-unknown-property": "off"
|
|
372
373
|
};
|
|
373
374
|
|
|
374
375
|
//#endregion
|
|
@@ -398,7 +399,6 @@ var recommended_type_checked_exports = /* @__PURE__ */ __exportAll({
|
|
|
398
399
|
const name$3 = "@eslint-react/recommended-type-checked";
|
|
399
400
|
const rules$3 = {
|
|
400
401
|
...rules$4,
|
|
401
|
-
"@eslint-react/no-implicit-key": "error",
|
|
402
402
|
"@eslint-react/no-leaked-conditional-rendering": "error"
|
|
403
403
|
};
|
|
404
404
|
const plugins$3 = { ...plugins$4 };
|
|
@@ -459,7 +459,6 @@ var strict_type_checked_exports = /* @__PURE__ */ __exportAll({
|
|
|
459
459
|
const name = "@eslint-react/strict-type-checked";
|
|
460
460
|
const rules = {
|
|
461
461
|
...rules$1,
|
|
462
|
-
"@eslint-react/no-implicit-key": "error",
|
|
463
462
|
"@eslint-react/no-leaked-conditional-rendering": "error",
|
|
464
463
|
"@eslint-react/no-unused-props": "warn"
|
|
465
464
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.77",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -46,17 +46,17 @@
|
|
|
46
46
|
"@typescript-eslint/types": "canary",
|
|
47
47
|
"@typescript-eslint/utils": "canary",
|
|
48
48
|
"ts-api-utils": "^2.4.0",
|
|
49
|
-
"@eslint-react/shared": "3.0.0-next.
|
|
50
|
-
"
|
|
51
|
-
"eslint-plugin-react-naming-convention": "3.0.0-next.
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-plugin-react-
|
|
54
|
-
"eslint-plugin-react-
|
|
55
|
-
"eslint-plugin-react-x": "3.0.0-next.74"
|
|
49
|
+
"@eslint-react/shared": "3.0.0-next.77",
|
|
50
|
+
"eslint-plugin-react-dom": "3.0.0-next.77",
|
|
51
|
+
"eslint-plugin-react-naming-convention": "3.0.0-next.77",
|
|
52
|
+
"eslint-plugin-react-rsc": "3.0.0-next.77",
|
|
53
|
+
"eslint-plugin-react-web-api": "3.0.0-next.77",
|
|
54
|
+
"eslint-plugin-react-x": "3.0.0-next.77"
|
|
56
55
|
},
|
|
57
56
|
"devDependencies": {
|
|
58
57
|
"tsdown": "^0.21.0-beta.2",
|
|
59
|
-
"@local/configs": "0.0.0"
|
|
58
|
+
"@local/configs": "0.0.0",
|
|
59
|
+
"@local/eff": "3.0.0-beta.72"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"eslint": "^10.0.0",
|