@eslint-react/eslint-plugin 3.0.0-rc.1 → 3.0.0-rc.2

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 +7 -7
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$19 = "@eslint-react/eslint-plugin";
27
- var version = "3.0.0-rc.1";
27
+ var version = "3.0.0-rc.2";
28
28
 
29
29
  //#endregion
30
30
  //#region src/configs/dom.ts
@@ -268,6 +268,7 @@ const rules$12 = {
268
268
  "@eslint-react/refs": "off",
269
269
  "@eslint-react/set-state-in-render": "off",
270
270
  "@eslint-react/unstable-rules-of-props": "off",
271
+ "@eslint-react/unstable-rules-of-state": "off",
271
272
  "@eslint-react/rsc/function-definition": "off"
272
273
  };
273
274
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "3.0.0-rc.1",
3
+ "version": "3.0.0-rc.2",
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,12 +46,12 @@
46
46
  "@typescript-eslint/types": "canary",
47
47
  "@typescript-eslint/utils": "canary",
48
48
  "ts-api-utils": "^2.4.0",
49
- "@eslint-react/shared": "3.0.0-rc.1",
50
- "eslint-plugin-react-naming-convention": "3.0.0-rc.1",
51
- "eslint-plugin-react-rsc": "3.0.0-rc.1",
52
- "eslint-plugin-react-web-api": "3.0.0-rc.1",
53
- "eslint-plugin-react-x": "3.0.0-rc.1",
54
- "eslint-plugin-react-dom": "3.0.0-rc.1"
49
+ "eslint-plugin-react-dom": "3.0.0-rc.2",
50
+ "@eslint-react/shared": "3.0.0-rc.2",
51
+ "eslint-plugin-react-naming-convention": "3.0.0-rc.2",
52
+ "eslint-plugin-react-rsc": "3.0.0-rc.2",
53
+ "eslint-plugin-react-web-api": "3.0.0-rc.2",
54
+ "eslint-plugin-react-x": "3.0.0-rc.2"
55
55
  },
56
56
  "devDependencies": {
57
57
  "tsdown": "^0.21.2",