@eslint-react/eslint-plugin 1.26.2 → 1.26.3-beta.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.
package/README.md CHANGED
@@ -8,9 +8,10 @@ More than 80 high-quality linting rules for writing better React code.
8
8
 
9
9
  ## Features
10
10
 
11
+ - **Modern**: First-class support for TypeScript, React 19, polymorphic components.
11
12
  - **Flexible**: Increased flexibility with more granular severity control.
12
- - **Comprehensive**: First-class support for TypeScript, React 19, polymorphic components.
13
- - **Advanced Analysis**: Handles complex scenarios and identifies problems that other tools might miss.
13
+ - **Performant**: Built with performance in mind, optimized for large codebases.
14
+ - **Comprehensive**: Handles complex scenarios and identifies problems that other tools might miss.
14
15
 
15
16
  ## Public Packages
16
17
 
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ var __export = (target, all) => {
25
25
 
26
26
  // package.json
27
27
  var name = "@eslint-react/eslint-plugin";
28
- var version = "1.26.2";
28
+ var version = "1.26.3-beta.2";
29
29
 
30
30
  // src/configs/all.ts
31
31
  var all_exports = {};
package/dist/index.mjs CHANGED
@@ -14,7 +14,7 @@ var __export = (target, all) => {
14
14
 
15
15
  // package.json
16
16
  var name = "@eslint-react/eslint-plugin";
17
- var version = "1.26.2";
17
+ var version = "1.26.3-beta.2";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.26.2",
3
+ "version": "1.26.3-beta.2",
4
4
  "description": "More than 80 high-quality linting rules for writing better React code.",
5
5
  "keywords": [
6
6
  "react",
@@ -24,6 +24,7 @@
24
24
  },
25
25
  "license": "MIT",
26
26
  "author": "Eva1ent<rel1cx@proton.me>",
27
+ "sideEffects": false,
27
28
  "exports": {
28
29
  ".": {
29
30
  "import": {
@@ -38,6 +39,7 @@
38
39
  "./package.json": "./package.json"
39
40
  },
40
41
  "main": "dist/index.js",
42
+ "module": "dist/index.mjs",
41
43
  "types": "dist/index.d.ts",
42
44
  "files": [
43
45
  "dist",
@@ -48,14 +50,14 @@
48
50
  "@typescript-eslint/type-utils": "^8.23.0",
49
51
  "@typescript-eslint/types": "^8.23.0",
50
52
  "@typescript-eslint/utils": "^8.23.0",
51
- "@eslint-react/eff": "1.26.2",
52
- "eslint-plugin-react-debug": "1.26.2",
53
- "eslint-plugin-react-dom": "1.26.2",
54
- "eslint-plugin-react-naming-convention": "1.26.2",
55
- "eslint-plugin-react-web-api": "1.26.2",
56
- "eslint-plugin-react-x": "1.26.2",
57
- "@eslint-react/shared": "1.26.2",
58
- "eslint-plugin-react-hooks-extra": "1.26.2"
53
+ "@eslint-react/eff": "1.26.3-beta.2",
54
+ "@eslint-react/shared": "1.26.3-beta.2",
55
+ "eslint-plugin-react-dom": "1.26.3-beta.2",
56
+ "eslint-plugin-react-hooks-extra": "1.26.3-beta.2",
57
+ "eslint-plugin-react-debug": "1.26.3-beta.2",
58
+ "eslint-plugin-react-web-api": "1.26.3-beta.2",
59
+ "eslint-plugin-react-x": "1.26.3-beta.2",
60
+ "eslint-plugin-react-naming-convention": "1.26.3-beta.2"
59
61
  },
60
62
  "devDependencies": {
61
63
  "tsup": "^8.3.6",
@@ -80,8 +82,6 @@
80
82
  "publishConfig": {
81
83
  "access": "public"
82
84
  },
83
- "sideEffects": false,
84
- "module": "dist/index.mjs",
85
85
  "scripts": {
86
86
  "build": "tsup --dts-resolve",
87
87
  "lint:publish": "pnpm publint",