@eslint-react/eslint-plugin 3.0.0-next.48 → 3.0.0-next.50
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 +1 -2
- 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$20 = "@eslint-react/eslint-plugin";
|
|
27
|
-
var version = "3.0.0-next.
|
|
27
|
+
var version = "3.0.0-next.50";
|
|
28
28
|
|
|
29
29
|
//#endregion
|
|
30
30
|
//#region src/configs/dom.ts
|
|
@@ -213,7 +213,6 @@ const rules$17 = {
|
|
|
213
213
|
"@eslint-react/web-api/no-leaked-interval": "warn",
|
|
214
214
|
"@eslint-react/web-api/no-leaked-resize-observer": "warn",
|
|
215
215
|
"@eslint-react/web-api/no-leaked-timeout": "warn",
|
|
216
|
-
"@eslint-react/naming-convention/component-name": "warn",
|
|
217
216
|
"@eslint-react/naming-convention/context-name": "warn",
|
|
218
217
|
"@eslint-react/naming-convention/id-name": "warn",
|
|
219
218
|
"@eslint-react/naming-convention/ref-name": "warn"
|
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.50",
|
|
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": "canary",
|
|
47
47
|
"@typescript-eslint/utils": "canary",
|
|
48
48
|
"ts-api-utils": "^2.4.0",
|
|
49
|
-
"@eslint-react/
|
|
50
|
-
"
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-rsc": "3.0.0-next.
|
|
53
|
-
"eslint-plugin-react-
|
|
54
|
-
"eslint-
|
|
55
|
-
"eslint-plugin-react-
|
|
49
|
+
"@eslint-react/shared": "3.0.0-next.50",
|
|
50
|
+
"eslint-plugin-react-dom": "3.0.0-next.50",
|
|
51
|
+
"eslint-plugin-react-naming-convention": "3.0.0-next.50",
|
|
52
|
+
"eslint-plugin-react-rsc": "3.0.0-next.50",
|
|
53
|
+
"eslint-plugin-react-x": "3.0.0-next.50",
|
|
54
|
+
"@eslint-react/eff": "3.0.0-next.50",
|
|
55
|
+
"eslint-plugin-react-web-api": "3.0.0-next.50"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"tsdown": "^0.20.3",
|