@eslint-react/eslint-plugin 1.23.3-beta.2 → 1.23.3-beta.5

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.
package/README.md CHANGED
@@ -8,7 +8,6 @@ A set of composable ESLint rules for libraries and frameworks that use React as
8
8
 
9
9
  ## Features
10
10
 
11
- - **Simple**: Low configuration overhead with sensible defaults.
12
11
  - **Flexible**: Increased flexibility with more granular severity control.
13
12
  - **Comprehensive**: First-class support for TypeScript, React 19, polymorphic components.
14
13
  - **Advanced Analysis**: Handles complex scenarios and identifies problems that other tools might miss.
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ var __export = (target, all) => {
26
26
 
27
27
  // package.json
28
28
  var name = "@eslint-react/eslint-plugin";
29
- var version = "1.23.3-beta.2";
29
+ var version = "1.23.3-beta.5";
30
30
 
31
31
  // src/configs/all.ts
32
32
  var all_exports = {};
package/dist/index.mjs CHANGED
@@ -15,7 +15,7 @@ var __export = (target, all) => {
15
15
 
16
16
  // package.json
17
17
  var name = "@eslint-react/eslint-plugin";
18
- var version = "1.23.3-beta.2";
18
+ var version = "1.23.3-beta.5";
19
19
 
20
20
  // src/configs/all.ts
21
21
  var all_exports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.23.3-beta.2",
3
+ "version": "1.23.3-beta.5",
4
4
  "description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
5
5
  "keywords": [
6
6
  "react",
@@ -24,7 +24,6 @@
24
24
  },
25
25
  "license": "MIT",
26
26
  "author": "Eva1ent<rel1cx@proton.me>",
27
- "sideEffects": false,
28
27
  "exports": {
29
28
  ".": {
30
29
  "import": {
@@ -39,7 +38,6 @@
39
38
  "./package.json": "./package.json"
40
39
  },
41
40
  "main": "dist/index.js",
42
- "module": "dist/index.mjs",
43
41
  "types": "dist/index.d.ts",
44
42
  "files": [
45
43
  "dist",
@@ -50,15 +48,15 @@
50
48
  "@typescript-eslint/type-utils": "^8.19.1",
51
49
  "@typescript-eslint/types": "^8.19.1",
52
50
  "@typescript-eslint/utils": "^8.19.1",
53
- "@eslint-react/eff": "1.23.3-beta.2",
54
- "@eslint-react/shared": "1.23.3-beta.2",
55
- "@eslint-react/types": "1.23.3-beta.2",
56
- "eslint-plugin-react-debug": "1.23.3-beta.2",
57
- "eslint-plugin-react-dom": "1.23.3-beta.2",
58
- "eslint-plugin-react-hooks-extra": "1.23.3-beta.2",
59
- "eslint-plugin-react-naming-convention": "1.23.3-beta.2",
60
- "eslint-plugin-react-web-api": "1.23.3-beta.2",
61
- "eslint-plugin-react-x": "1.23.3-beta.2"
51
+ "@eslint-react/eff": "1.23.3-beta.5",
52
+ "@eslint-react/shared": "1.23.3-beta.5",
53
+ "eslint-plugin-react-debug": "1.23.3-beta.5",
54
+ "eslint-plugin-react-dom": "1.23.3-beta.5",
55
+ "@eslint-react/types": "1.23.3-beta.5",
56
+ "eslint-plugin-react-naming-convention": "1.23.3-beta.5",
57
+ "eslint-plugin-react-hooks-extra": "1.23.3-beta.5",
58
+ "eslint-plugin-react-web-api": "1.23.3-beta.5",
59
+ "eslint-plugin-react-x": "1.23.3-beta.5"
62
60
  },
63
61
  "devDependencies": {
64
62
  "tsup": "^8.3.5",
@@ -83,6 +81,8 @@
83
81
  "publishConfig": {
84
82
  "access": "public"
85
83
  },
84
+ "sideEffects": false,
85
+ "module": "dist/index.mjs",
86
86
  "scripts": {
87
87
  "build": "tsup --dts-resolve",
88
88
  "lint:publish": "pnpm publint",