@eslint-react/eslint-plugin 5.6.4-next.0 → 5.6.6-beta.0

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
@@ -227,6 +227,7 @@ const rules$16 = {
227
227
  "@eslint-react/no-implicit-ref": "off",
228
228
  "@eslint-react/no-misused-capture-owner-stack": "off",
229
229
  "@eslint-react/no-unused-props": "off",
230
+ "@eslint-react/no-unused-state": "off",
230
231
  "@eslint-react/refs": "off",
231
232
  "@eslint-react/set-state-in-render": "off",
232
233
  "@eslint-react/static-components": "off",
@@ -447,7 +448,7 @@ const settings = { ...settings$1 };
447
448
  //#endregion
448
449
  //#region package.json
449
450
  var name = "@eslint-react/eslint-plugin";
450
- var version = "5.6.4-next.0";
451
+ var version = "5.6.6-beta.0";
451
452
 
452
453
  //#endregion
453
454
  //#region src/utils/type-of.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "5.6.4-next.0",
3
+ "version": "5.6.6-beta.0",
4
4
  "description": "The all-in-one, blazing fast ESLint plugin for React. Get complete, out-of-the-box rule coverage with instant feedback.",
5
5
  "keywords": [
6
6
  "react",
@@ -42,13 +42,13 @@
42
42
  "dist"
43
43
  ],
44
44
  "dependencies": {
45
- "eslint-plugin-react-dom": "5.6.4-next.0",
46
- "@eslint-react/shared": "5.6.4-next.0",
47
- "eslint-plugin-react-jsx": "5.6.4-next.0",
48
- "eslint-plugin-react-naming-convention": "5.6.4-next.0",
49
- "eslint-plugin-react-rsc": "5.6.4-next.0",
50
- "eslint-plugin-react-x": "5.6.4-next.0",
51
- "eslint-plugin-react-web-api": "5.6.4-next.0"
45
+ "@eslint-react/shared": "5.6.6-beta.0",
46
+ "eslint-plugin-react-jsx": "5.6.6-beta.0",
47
+ "eslint-plugin-react-naming-convention": "5.6.6-beta.0",
48
+ "eslint-plugin-react-dom": "5.6.6-beta.0",
49
+ "eslint-plugin-react-rsc": "5.6.6-beta.0",
50
+ "eslint-plugin-react-web-api": "5.6.6-beta.0",
51
+ "eslint-plugin-react-x": "5.6.6-beta.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/react": "^19.2.14",