@eslint-react/eslint-plugin 1.43.2-beta.0 → 1.43.2-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
@@ -9,10 +9,10 @@ A series of future-proof ESLint rules for React and friends.
9
9
 
10
10
  ## Features
11
11
 
12
- - **Modern**: First-class support for TypeScript, React 19, and more.
13
- - **Flexible**: Increased flexibility with more granular severity control.
14
12
  - **Performant**: Built with performance in mind, optimized for large codebases.
15
- - **Comprehensive**: Handles complex scenarios and identifies problems that other tools might miss.
13
+ - **Future-proof**: Forward-looking architecture that anticipates future React features.
14
+ - **Precision Control**: Fully customizable rule severity levels, allowing you to enforce or relax rules as needed.
15
+ - **Context-aware Linting**: Rules that understand the context of your code and project configuration, providing more accurate linting results.
16
16
 
17
17
  ## Public Packages
18
18
 
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.43.2-beta.0";
28
+ var version = "1.43.2-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.43.2-beta.0";
17
+ var version = "1.43.2-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.43.2-beta.0",
3
+ "version": "1.43.2-beta.2",
4
4
  "description": "A series of future-proof ESLint rules for React and friends.",
5
5
  "keywords": [
6
6
  "react",
@@ -50,15 +50,15 @@
50
50
  "@typescript-eslint/type-utils": "^8.29.1",
51
51
  "@typescript-eslint/types": "^8.29.1",
52
52
  "@typescript-eslint/utils": "^8.29.1",
53
- "@eslint-react/eff": "1.43.2-beta.0",
54
- "@eslint-react/kit": "1.43.2-beta.0",
55
- "@eslint-react/shared": "1.43.2-beta.0",
56
- "eslint-plugin-react-debug": "1.43.2-beta.0",
57
- "eslint-plugin-react-dom": "1.43.2-beta.0",
58
- "eslint-plugin-react-hooks-extra": "1.43.2-beta.0",
59
- "eslint-plugin-react-naming-convention": "1.43.2-beta.0",
60
- "eslint-plugin-react-web-api": "1.43.2-beta.0",
61
- "eslint-plugin-react-x": "1.43.2-beta.0"
53
+ "@eslint-react/eff": "1.43.2-beta.2",
54
+ "@eslint-react/kit": "1.43.2-beta.2",
55
+ "eslint-plugin-react-dom": "1.43.2-beta.2",
56
+ "eslint-plugin-react-hooks-extra": "1.43.2-beta.2",
57
+ "@eslint-react/shared": "1.43.2-beta.2",
58
+ "eslint-plugin-react-debug": "1.43.2-beta.2",
59
+ "eslint-plugin-react-naming-convention": "1.43.2-beta.2",
60
+ "eslint-plugin-react-x": "1.43.2-beta.2",
61
+ "eslint-plugin-react-web-api": "1.43.2-beta.2"
62
62
  },
63
63
  "devDependencies": {
64
64
  "tsup": "^8.4.0",