@eslint-react/eslint-plugin 2.5.7-next.0 → 2.5.7-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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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$16 = "@eslint-react/eslint-plugin";
27
- var version = "2.5.7-next.0";
27
+ var version = "2.5.7-next.3";
28
28
 
29
29
  //#endregion
30
30
  //#region src/configs/dom.ts
@@ -446,6 +446,7 @@ const rules$2 = {
446
446
  "@eslint-react/no-misused-capture-owner-stack": "error",
447
447
  "@eslint-react/no-unnecessary-use-callback": "warn",
448
448
  "@eslint-react/no-unnecessary-use-memo": "warn",
449
+ "@eslint-react/no-unnecessary-use-ref": "warn",
449
450
  "@eslint-react/no-unstable-context-value": "warn",
450
451
  "@eslint-react/no-unstable-default-props": "warn",
451
452
  "@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.5.7-next.0",
3
+ "version": "2.5.7-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.5.7-next.0",
49
- "@eslint-react/shared": "2.5.7-next.0",
50
- "eslint-plugin-react-hooks-extra": "2.5.7-next.0",
51
- "eslint-plugin-react-naming-convention": "2.5.7-next.0",
52
- "eslint-plugin-react-dom": "2.5.7-next.0",
53
- "eslint-plugin-react-web-api": "2.5.7-next.0",
54
- "eslint-plugin-react-x": "2.5.7-next.0"
48
+ "@eslint-react/eff": "2.5.7-next.3",
49
+ "eslint-plugin-react-dom": "2.5.7-next.3",
50
+ "@eslint-react/shared": "2.5.7-next.3",
51
+ "eslint-plugin-react-hooks-extra": "2.5.7-next.3",
52
+ "eslint-plugin-react-naming-convention": "2.5.7-next.3",
53
+ "eslint-plugin-react-web-api": "2.5.7-next.3",
54
+ "eslint-plugin-react-x": "2.5.7-next.3"
55
55
  },
56
56
  "devDependencies": {
57
57
  "tsdown": "^0.20.0-beta.1",