@eslint-react/eslint-plugin 2.8.4 → 2.9.0-next.0
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 +4 -3
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ var __exportAll = (all, symbols) => {
|
|
|
24
24
|
//#endregion
|
|
25
25
|
//#region package.json
|
|
26
26
|
var name$17 = "@eslint-react/eslint-plugin";
|
|
27
|
-
var version = "2.
|
|
27
|
+
var version = "2.9.0-next.0";
|
|
28
28
|
|
|
29
29
|
//#endregion
|
|
30
30
|
//#region src/configs/dom.ts
|
|
@@ -150,7 +150,6 @@ const rules$15 = {
|
|
|
150
150
|
"@eslint-react/no-misused-capture-owner-stack": "error",
|
|
151
151
|
"@eslint-react/no-nested-component-definitions": "error",
|
|
152
152
|
"@eslint-react/no-nested-lazy-component-declarations": "error",
|
|
153
|
-
"@eslint-react/no-non-async-server-functions": "error",
|
|
154
153
|
"@eslint-react/no-prop-types": "error",
|
|
155
154
|
"@eslint-react/no-redundant-should-component-update": "error",
|
|
156
155
|
"@eslint-react/no-set-state-in-component-did-mount": "warn",
|
|
@@ -176,6 +175,7 @@ const rules$15 = {
|
|
|
176
175
|
"@eslint-react/prefer-namespace-import": "warn",
|
|
177
176
|
"@eslint-react/prefer-read-only-props": "off",
|
|
178
177
|
"@eslint-react/prefer-use-state-lazy-initialization": "warn",
|
|
178
|
+
"@eslint-react/rsc-no-misused-use-server": "error",
|
|
179
179
|
"@eslint-react/dom/no-dangerously-set-innerhtml": "warn",
|
|
180
180
|
"@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error",
|
|
181
181
|
"@eslint-react/dom/no-find-dom-node": "error",
|
|
@@ -299,7 +299,8 @@ const rules$12 = {
|
|
|
299
299
|
"@eslint-react/no-unnecessary-use-memo": "off",
|
|
300
300
|
"@eslint-react/no-unnecessary-use-ref": "off",
|
|
301
301
|
"@eslint-react/no-unused-props": "off",
|
|
302
|
-
"@eslint-react/prefer-read-only-props": "off"
|
|
302
|
+
"@eslint-react/prefer-read-only-props": "off",
|
|
303
|
+
"@eslint-react/rsc-no-misused-use-server": "off"
|
|
303
304
|
};
|
|
304
305
|
|
|
305
306
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0-next.0",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"@typescript-eslint/types": "^8.54.0",
|
|
46
46
|
"@typescript-eslint/utils": "^8.54.0",
|
|
47
47
|
"ts-api-utils": "^2.4.0",
|
|
48
|
-
"@eslint-react/eff": "2.
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-plugin-react-
|
|
54
|
-
"eslint-
|
|
48
|
+
"@eslint-react/eff": "2.9.0-next.0",
|
|
49
|
+
"eslint-plugin-react-hooks-extra": "2.9.0-next.0",
|
|
50
|
+
"eslint-plugin-react-dom": "2.9.0-next.0",
|
|
51
|
+
"eslint-plugin-react-naming-convention": "2.9.0-next.0",
|
|
52
|
+
"eslint-plugin-react-web-api": "2.9.0-next.0",
|
|
53
|
+
"eslint-plugin-react-x": "2.9.0-next.0",
|
|
54
|
+
"@eslint-react/shared": "2.9.0-next.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"tsdown": "^0.20.1",
|