@eslint-react/eslint-plugin 3.0.0-beta.0 → 3.0.0-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.js +3 -1
- package/package.json +8 -8
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-
|
|
27
|
+
var version = "3.0.0-next.1";
|
|
28
28
|
|
|
29
29
|
//#endregion
|
|
30
30
|
//#region src/configs/dom.ts
|
|
@@ -109,6 +109,7 @@ const rules$17 = {
|
|
|
109
109
|
"@eslint-react/no-use-context": "warn",
|
|
110
110
|
"@eslint-react/no-useless-forward-ref": "warn",
|
|
111
111
|
"@eslint-react/prefer-use-state-lazy-initialization": "warn",
|
|
112
|
+
"@eslint-react/purity": "warn",
|
|
112
113
|
"@eslint-react/rules-of-hooks": "error",
|
|
113
114
|
"@eslint-react/set-state-in-effect": "warn",
|
|
114
115
|
"@eslint-react/set-state-in-render": "error"
|
|
@@ -183,6 +184,7 @@ const rules$16 = {
|
|
|
183
184
|
"@eslint-react/prefer-destructuring-assignment": "warn",
|
|
184
185
|
"@eslint-react/prefer-namespace-import": "warn",
|
|
185
186
|
"@eslint-react/prefer-use-state-lazy-initialization": "warn",
|
|
187
|
+
"@eslint-react/purity": "warn",
|
|
186
188
|
"@eslint-react/rules-of-hooks": "error",
|
|
187
189
|
"@eslint-react/set-state-in-effect": "warn",
|
|
188
190
|
"@eslint-react/dom/no-dangerously-set-innerhtml": "warn",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-next.1",
|
|
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,13 +46,13 @@
|
|
|
46
46
|
"@typescript-eslint/types": "^8.56.0",
|
|
47
47
|
"@typescript-eslint/utils": "^8.56.0",
|
|
48
48
|
"ts-api-utils": "^2.4.0",
|
|
49
|
-
"@eslint-react/eff": "3.0.0-
|
|
50
|
-
"
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-
|
|
54
|
-
"eslint-plugin-react-
|
|
55
|
-
"eslint-plugin-react-
|
|
49
|
+
"@eslint-react/eff": "3.0.0-next.1",
|
|
50
|
+
"eslint-plugin-react-dom": "3.0.0-next.1",
|
|
51
|
+
"eslint-plugin-react-naming-convention": "3.0.0-next.1",
|
|
52
|
+
"eslint-plugin-react-rsc": "3.0.0-next.1",
|
|
53
|
+
"@eslint-react/shared": "3.0.0-next.1",
|
|
54
|
+
"eslint-plugin-react-web-api": "3.0.0-next.1",
|
|
55
|
+
"eslint-plugin-react-x": "3.0.0-next.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"tsdown": "^0.20.3",
|