@eslint-react/eslint-plugin 2.7.1-next.1 → 2.7.1-next.3
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, symbols) => {
|
|
|
24
24
|
//#endregion
|
|
25
25
|
//#region package.json
|
|
26
26
|
var name$17 = "@eslint-react/eslint-plugin";
|
|
27
|
-
var version = "2.7.1-next.
|
|
27
|
+
var version = "2.7.1-next.3";
|
|
28
28
|
|
|
29
29
|
//#endregion
|
|
30
30
|
//#region src/configs/dom.ts
|
|
@@ -467,7 +467,6 @@ const rules$2 = {
|
|
|
467
467
|
"@eslint-react/no-misused-capture-owner-stack": "error",
|
|
468
468
|
"@eslint-react/no-unnecessary-use-callback": "warn",
|
|
469
469
|
"@eslint-react/no-unnecessary-use-memo": "warn",
|
|
470
|
-
"@eslint-react/no-unnecessary-use-ref": "warn",
|
|
471
470
|
"@eslint-react/no-unstable-context-value": "warn",
|
|
472
471
|
"@eslint-react/no-unstable-default-props": "warn",
|
|
473
472
|
"@eslint-react/no-unused-state": "warn",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.7.1-next.
|
|
3
|
+
"version": "2.7.1-next.3",
|
|
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.53.0",
|
|
46
46
|
"@typescript-eslint/utils": "^8.53.0",
|
|
47
47
|
"ts-api-utils": "^2.4.0",
|
|
48
|
-
"@eslint-react/eff": "2.7.1-next.
|
|
49
|
-
"
|
|
50
|
-
"eslint-plugin-react-hooks-extra": "2.7.1-next.
|
|
51
|
-
"eslint-plugin-react-naming-convention": "2.7.1-next.
|
|
52
|
-
"eslint-
|
|
53
|
-
"eslint-plugin-react-
|
|
54
|
-
"eslint-plugin-react-
|
|
48
|
+
"@eslint-react/eff": "2.7.1-next.3",
|
|
49
|
+
"eslint-plugin-react-dom": "2.7.1-next.3",
|
|
50
|
+
"eslint-plugin-react-hooks-extra": "2.7.1-next.3",
|
|
51
|
+
"eslint-plugin-react-naming-convention": "2.7.1-next.3",
|
|
52
|
+
"@eslint-react/shared": "2.7.1-next.3",
|
|
53
|
+
"eslint-plugin-react-web-api": "2.7.1-next.3",
|
|
54
|
+
"eslint-plugin-react-x": "2.7.1-next.3"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"tsdown": "^0.20.0-beta.3",
|