@eslint-react/eslint-plugin 5.3.0-next.2 → 5.3.1-next.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 +9 -9
package/dist/index.js CHANGED
@@ -217,6 +217,7 @@ var disable_experimental_exports = /* @__PURE__ */ __exportAll({
217
217
  });
218
218
  const name$15 = "@eslint-react/disable-experimental";
219
219
  const rules$15 = {
220
+ "@eslint-react/globals": "off",
220
221
  "@eslint-react/immutability": "off",
221
222
  "@eslint-react/no-duplicate-key": "off",
222
223
  "@eslint-react/no-implicit-children": "off",
@@ -439,7 +440,7 @@ const settings = { ...settings$1 };
439
440
  //#endregion
440
441
  //#region package.json
441
442
  var name = "@eslint-react/eslint-plugin";
442
- var version = "5.3.0-next.2";
443
+ var version = "5.3.1-next.0";
443
444
 
444
445
  //#endregion
445
446
  //#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.3.0-next.2",
3
+ "version": "5.3.1-next.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",
@@ -48,14 +48,14 @@
48
48
  "@typescript-eslint/types": "^8.58.2",
49
49
  "@typescript-eslint/utils": "^8.58.2",
50
50
  "ts-api-utils": "^2.5.0",
51
- "@eslint-react/eslint": "5.3.0-next.2",
52
- "eslint-plugin-react-dom": "5.3.0-next.2",
53
- "@eslint-react/shared": "5.3.0-next.2",
54
- "eslint-plugin-react-jsx": "5.3.0-next.2",
55
- "eslint-plugin-react-naming-convention": "5.3.0-next.2",
56
- "eslint-plugin-react-rsc": "5.3.0-next.2",
57
- "eslint-plugin-react-web-api": "5.3.0-next.2",
58
- "eslint-plugin-react-x": "5.3.0-next.2"
51
+ "@eslint-react/eslint": "5.3.1-next.0",
52
+ "@eslint-react/shared": "5.3.1-next.0",
53
+ "eslint-plugin-react-jsx": "5.3.1-next.0",
54
+ "eslint-plugin-react-dom": "5.3.1-next.0",
55
+ "eslint-plugin-react-rsc": "5.3.1-next.0",
56
+ "eslint-plugin-react-naming-convention": "5.3.1-next.0",
57
+ "eslint-plugin-react-web-api": "5.3.1-next.0",
58
+ "eslint-plugin-react-x": "5.3.1-next.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "tsdown": "^0.21.9",