@eslint-react/eslint-plugin 3.0.0-next.71 → 3.0.0-next.74
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/README.md +2 -2
- package/dist/index.js +2 -8
- package/package.json +10 -10
package/README.md
CHANGED
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.74";
|
|
28
28
|
|
|
29
29
|
//#endregion
|
|
30
30
|
//#region src/configs/dom.ts
|
|
@@ -77,8 +77,6 @@ const rules$17 = {
|
|
|
77
77
|
"@eslint-react/jsx-key-before-spread": "warn",
|
|
78
78
|
"@eslint-react/jsx-no-comment-textnodes": "warn",
|
|
79
79
|
"@eslint-react/jsx-no-duplicate-props": "warn",
|
|
80
|
-
"@eslint-react/jsx-uses-react": "warn",
|
|
81
|
-
"@eslint-react/jsx-uses-vars": "warn",
|
|
82
80
|
"@eslint-react/no-access-state-in-setstate": "error",
|
|
83
81
|
"@eslint-react/no-array-index-key": "warn",
|
|
84
82
|
"@eslint-react/no-children-count": "warn",
|
|
@@ -138,8 +136,6 @@ const rules$16 = {
|
|
|
138
136
|
"@eslint-react/jsx-no-duplicate-props": "warn",
|
|
139
137
|
"@eslint-react/jsx-shorthand-boolean": "warn",
|
|
140
138
|
"@eslint-react/jsx-shorthand-fragment": "warn",
|
|
141
|
-
"@eslint-react/jsx-uses-react": "warn",
|
|
142
|
-
"@eslint-react/jsx-uses-vars": "warn",
|
|
143
139
|
"@eslint-react/no-access-state-in-setstate": "error",
|
|
144
140
|
"@eslint-react/no-array-index-key": "warn",
|
|
145
141
|
"@eslint-react/no-children-count": "warn",
|
|
@@ -372,9 +368,7 @@ const settings$5 = { ...settings$8 };
|
|
|
372
368
|
const rules$5 = {
|
|
373
369
|
"@eslint-react/dom/no-string-style-prop": "off",
|
|
374
370
|
"@eslint-react/dom/no-unknown-property": "off",
|
|
375
|
-
"@eslint-react/jsx-no-duplicate-props": "off"
|
|
376
|
-
"@eslint-react/jsx-uses-react": "off",
|
|
377
|
-
"@eslint-react/jsx-uses-vars": "off"
|
|
371
|
+
"@eslint-react/jsx-no-duplicate-props": "off"
|
|
378
372
|
};
|
|
379
373
|
|
|
380
374
|
//#endregion
|
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.74",
|
|
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,21 +46,21 @@
|
|
|
46
46
|
"@typescript-eslint/types": "canary",
|
|
47
47
|
"@typescript-eslint/utils": "canary",
|
|
48
48
|
"ts-api-utils": "^2.4.0",
|
|
49
|
-
"@eslint-react/
|
|
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.
|
|
49
|
+
"@eslint-react/shared": "3.0.0-next.74",
|
|
50
|
+
"@local/eff": "3.0.0-beta.72",
|
|
51
|
+
"eslint-plugin-react-naming-convention": "3.0.0-next.74",
|
|
52
|
+
"eslint-plugin-react-dom": "3.0.0-next.74",
|
|
53
|
+
"eslint-plugin-react-rsc": "3.0.0-next.74",
|
|
54
|
+
"eslint-plugin-react-web-api": "3.0.0-next.74",
|
|
55
|
+
"eslint-plugin-react-x": "3.0.0-next.74"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"tsdown": "^0.21.0-beta.2",
|
|
59
59
|
"@local/configs": "0.0.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"eslint": "^
|
|
63
|
-
"typescript": "
|
|
62
|
+
"eslint": "^10.0.0",
|
|
63
|
+
"typescript": "*"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": ">=22.0.0"
|