@eslint-react/eslint-plugin 2.3.7 → 2.3.8-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 +11 -6
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -7,19 +7,24 @@ import { DEFAULT_ESLINT_REACT_SETTINGS } from "@eslint-react/shared";
7
7
 
8
8
  //#region rolldown:runtime
9
9
  var __defProp = Object.defineProperty;
10
- var __export = (all) => {
10
+ var __export = (all, symbols) => {
11
11
  let target = {};
12
- for (var name$17 in all) __defProp(target, name$17, {
13
- get: all[name$17],
14
- enumerable: true
15
- });
12
+ for (var name$17 in all) {
13
+ __defProp(target, name$17, {
14
+ get: all[name$17],
15
+ enumerable: true
16
+ });
17
+ }
18
+ if (symbols) {
19
+ __defProp(target, Symbol.toStringTag, { value: "Module" });
20
+ }
16
21
  return target;
17
22
  };
18
23
 
19
24
  //#endregion
20
25
  //#region package.json
21
26
  var name = "@eslint-react/eslint-plugin";
22
- var version = "2.3.7";
27
+ var version = "2.3.8-beta.0";
23
28
 
24
29
  //#endregion
25
30
  //#region src/configs/dom.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "2.3.7",
3
+ "version": "2.3.8-beta.0",
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,16 +45,16 @@
45
45
  "@typescript-eslint/types": "^8.47.0",
46
46
  "@typescript-eslint/utils": "^8.47.0",
47
47
  "ts-api-utils": "^2.1.0",
48
- "@eslint-react/eff": "2.3.7",
49
- "eslint-plugin-react-dom": "2.3.7",
50
- "eslint-plugin-react-hooks-extra": "2.3.7",
51
- "eslint-plugin-react-naming-convention": "2.3.7",
52
- "eslint-plugin-react-web-api": "2.3.7",
53
- "@eslint-react/shared": "2.3.7",
54
- "eslint-plugin-react-x": "2.3.7"
48
+ "@eslint-react/eff": "2.3.8-beta.0",
49
+ "@eslint-react/shared": "2.3.8-beta.0",
50
+ "eslint-plugin-react-hooks-extra": "2.3.8-beta.0",
51
+ "eslint-plugin-react-dom": "2.3.8-beta.0",
52
+ "eslint-plugin-react-naming-convention": "2.3.8-beta.0",
53
+ "eslint-plugin-react-web-api": "2.3.8-beta.0",
54
+ "eslint-plugin-react-x": "2.3.8-beta.0"
55
55
  },
56
56
  "devDependencies": {
57
- "tsdown": "^0.16.5",
57
+ "tsdown": "^0.16.6",
58
58
  "@local/configs": "0.0.0"
59
59
  },
60
60
  "peerDependencies": {