@eslint-react/eslint-plugin 2.13.0-next.0 → 2.13.0-next.2
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 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -25,7 +25,7 @@ var __exportAll = (all, no_symbols) => {
|
|
|
25
25
|
//#endregion
|
|
26
26
|
//#region package.json
|
|
27
27
|
var name$19 = "@eslint-react/eslint-plugin";
|
|
28
|
-
var version = "2.13.0-next.
|
|
28
|
+
var version = "2.13.0-next.2";
|
|
29
29
|
|
|
30
30
|
//#endregion
|
|
31
31
|
//#region src/configs/dom.ts
|
|
@@ -205,6 +205,8 @@ const rules$16 = {
|
|
|
205
205
|
"@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn",
|
|
206
206
|
"@eslint-react/naming-convention/component-name": "warn",
|
|
207
207
|
"@eslint-react/naming-convention/context-name": "warn",
|
|
208
|
+
"@eslint-react/naming-convention/id-name": "warn",
|
|
209
|
+
"@eslint-react/naming-convention/ref-name": "warn",
|
|
208
210
|
"@eslint-react/naming-convention/use-state": "warn"
|
|
209
211
|
};
|
|
210
212
|
const plugins$8 = {
|
|
@@ -407,6 +409,7 @@ const rules$6 = {
|
|
|
407
409
|
...rules$10,
|
|
408
410
|
"@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn",
|
|
409
411
|
"@eslint-react/naming-convention/context-name": "warn",
|
|
412
|
+
"@eslint-react/naming-convention/id-name": "warn",
|
|
410
413
|
"@eslint-react/naming-convention/ref-name": "warn",
|
|
411
414
|
"@eslint-react/naming-convention/use-state": "warn"
|
|
412
415
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.13.0-next.
|
|
3
|
+
"version": "2.13.0-next.2",
|
|
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,14 +45,14 @@
|
|
|
45
45
|
"@typescript-eslint/types": "^8.55.0",
|
|
46
46
|
"@typescript-eslint/utils": "^8.55.0",
|
|
47
47
|
"ts-api-utils": "^2.4.0",
|
|
48
|
-
"@eslint-react/eff": "2.13.0-next.
|
|
49
|
-
"
|
|
50
|
-
"eslint-plugin-react-hooks-extra": "2.13.0-next.
|
|
51
|
-
"eslint-
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-plugin-react-
|
|
54
|
-
"eslint-plugin-react-
|
|
55
|
-
"eslint-plugin-react-x": "2.13.0-next.
|
|
48
|
+
"@eslint-react/eff": "2.13.0-next.2",
|
|
49
|
+
"eslint-plugin-react-dom": "2.13.0-next.2",
|
|
50
|
+
"eslint-plugin-react-hooks-extra": "2.13.0-next.2",
|
|
51
|
+
"@eslint-react/shared": "2.13.0-next.2",
|
|
52
|
+
"eslint-plugin-react-naming-convention": "2.13.0-next.2",
|
|
53
|
+
"eslint-plugin-react-rsc": "2.13.0-next.2",
|
|
54
|
+
"eslint-plugin-react-web-api": "2.13.0-next.2",
|
|
55
|
+
"eslint-plugin-react-x": "2.13.0-next.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"tsdown": "^0.20.3",
|