@eslint-react/eslint-plugin 1.22.2-beta.2 → 1.22.2-beta.3

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
@@ -1,14 +1,16 @@
1
+ <!-- eslint-disable markdown/no-html -->
2
+
1
3
  <p align="center"><img src="https://eslint-react.xyz/logo.svg" alt="logo" width="150" /></p>
2
4
 
3
5
  <h1 align="center" alt="title">ESLint React</h1>
4
6
 
5
- A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.
7
+ A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.
6
8
 
7
9
  ## Features
8
10
 
9
- - **Universal**: Works seamlessly with any library or framework that uses React.
10
- - **Maximum Flexibility**: Achieves extensive capabilities with minimal configuration effort.
11
- - **Advanced Analysis Logic**: Handles complex scenarios and identifies problems that tools like `biome` and `eslint-plugin-react` might miss.
11
+ - **Flexible**: Increased flexibility with fewer rule options.
12
+ - **Comprehensive**: First-class support for TypeScript, React UI libraries, polymorphic components.
13
+ - **Advanced Analysis**: Handles complex scenarios and identifies problems that other tools might miss.
12
14
 
13
15
  ## Public packages
14
16
 
@@ -80,7 +82,7 @@ export default tseslint.config({
80
82
  ### General Purpose
81
83
 
82
84
  - **Recommended** (`recommended`)\
83
- Enforce rules that are recommended by ESLint React for general purpose `React` + `React DOM` applications.
85
+ Enforce rules that are recommended by ESLint React for general purpose React + React DOM applications.
84
86
  _This preset includes the `core`, `dom`, and `web-api` presets._
85
87
 
86
88
  ### TypeScript Specialized
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.22.2-beta.2";
29
+ var version = "1.22.2-beta.3";
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.22.2-beta.2";
18
+ var version = "1.22.2-beta.3";
19
19
 
20
20
  // src/configs/all.ts
21
21
  var all_exports = {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.22.2-beta.2",
4
- "description": "The main ESLint plugin that contains all the rules from eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
3
+ "version": "1.22.2-beta.3",
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",
7
7
  "eslint",
@@ -48,15 +48,15 @@
48
48
  "@typescript-eslint/type-utils": "^8.18.2",
49
49
  "@typescript-eslint/types": "^8.18.2",
50
50
  "@typescript-eslint/utils": "^8.18.2",
51
- "@eslint-react/eff": "1.22.2-beta.2",
52
- "@eslint-react/types": "1.22.2-beta.2",
53
- "@eslint-react/shared": "1.22.2-beta.2",
54
- "eslint-plugin-react-dom": "1.22.2-beta.2",
55
- "eslint-plugin-react-debug": "1.22.2-beta.2",
56
- "eslint-plugin-react-hooks-extra": "1.22.2-beta.2",
57
- "eslint-plugin-react-naming-convention": "1.22.2-beta.2",
58
- "eslint-plugin-react-web-api": "1.22.2-beta.2",
59
- "eslint-plugin-react-x": "1.22.2-beta.2"
51
+ "@eslint-react/eff": "1.22.2-beta.3",
52
+ "@eslint-react/shared": "1.22.2-beta.3",
53
+ "@eslint-react/types": "1.22.2-beta.3",
54
+ "eslint-plugin-react-dom": "1.22.2-beta.3",
55
+ "eslint-plugin-react-debug": "1.22.2-beta.3",
56
+ "eslint-plugin-react-hooks-extra": "1.22.2-beta.3",
57
+ "eslint-plugin-react-naming-convention": "1.22.2-beta.3",
58
+ "eslint-plugin-react-web-api": "1.22.2-beta.3",
59
+ "eslint-plugin-react-x": "1.22.2-beta.3"
60
60
  },
61
61
  "devDependencies": {
62
62
  "tsup": "^8.3.5",