@eslint-react/eslint-plugin 2.13.0-next.0 → 2.13.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 +5 -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.1";
|
|
29
29
|
|
|
30
30
|
//#endregion
|
|
31
31
|
//#region src/configs/dom.ts
|
|
@@ -205,6 +205,9 @@ 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/file-name": "warn",
|
|
209
|
+
"@eslint-react/naming-convention/id-name": "warn",
|
|
210
|
+
"@eslint-react/naming-convention/ref-name": "warn",
|
|
208
211
|
"@eslint-react/naming-convention/use-state": "warn"
|
|
209
212
|
};
|
|
210
213
|
const plugins$8 = {
|
|
@@ -407,6 +410,7 @@ const rules$6 = {
|
|
|
407
410
|
...rules$10,
|
|
408
411
|
"@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn",
|
|
409
412
|
"@eslint-react/naming-convention/context-name": "warn",
|
|
413
|
+
"@eslint-react/naming-convention/id-name": "warn",
|
|
410
414
|
"@eslint-react/naming-convention/ref-name": "warn",
|
|
411
415
|
"@eslint-react/naming-convention/use-state": "warn"
|
|
412
416
|
};
|
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.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",
|
|
@@ -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/
|
|
49
|
-
"@eslint-react/
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-plugin-react-
|
|
54
|
-
"eslint-plugin-react-
|
|
55
|
-
"eslint-plugin-react-x": "2.13.0-next.
|
|
48
|
+
"@eslint-react/shared": "2.13.0-next.1",
|
|
49
|
+
"@eslint-react/eff": "2.13.0-next.1",
|
|
50
|
+
"eslint-plugin-react-dom": "2.13.0-next.1",
|
|
51
|
+
"eslint-plugin-react-hooks-extra": "2.13.0-next.1",
|
|
52
|
+
"eslint-plugin-react-naming-convention": "2.13.0-next.1",
|
|
53
|
+
"eslint-plugin-react-rsc": "2.13.0-next.1",
|
|
54
|
+
"eslint-plugin-react-web-api": "2.13.0-next.1",
|
|
55
|
+
"eslint-plugin-react-x": "2.13.0-next.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"tsdown": "^0.20.3",
|