@eslint-react/eslint-plugin 1.22.0 → 1.22.1-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.
package/README.md CHANGED
@@ -76,13 +76,13 @@ export default tseslint.config({
76
76
  ### General Purpose
77
77
 
78
78
  - **Recommended** (`recommended`)\
79
- Enforce rules that are recommended by ESLint React.\
79
+ Enforce rules that are recommended by ESLint React for general purpose `React` + `React DOM` applications.
80
80
  _This preset includes the `core`, `dom`, and `web-api` presets._
81
81
 
82
82
  ### TypeScript Specialized
83
83
 
84
84
  - **Recommended TypeScript** (`recommended-typescript`)\
85
- Same as the `recommended` preset but disables rules that can be covered by TypeScript.
85
+ Same as the `recommended` preset but disables rules that can be enforced by TypeScript.
86
86
 
87
87
  - **Recommended Type-Checked** (`recommended-type-checked`)\
88
88
  Same as the `recommended-typescript` preset but enables additional rules that require type information.
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.0";
29
+ var version = "1.22.1-beta.0";
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.0";
18
+ var version = "1.22.1-beta.0";
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.22.0",
3
+ "version": "1.22.1-beta.0",
4
4
  "description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
5
5
  "keywords": [
6
6
  "react",
@@ -50,15 +50,15 @@
50
50
  "@typescript-eslint/type-utils": "^8.18.1",
51
51
  "@typescript-eslint/types": "^8.18.1",
52
52
  "@typescript-eslint/utils": "^8.18.1",
53
- "@eslint-react/eff": "1.22.0",
54
- "@eslint-react/shared": "1.22.0",
55
- "@eslint-react/types": "1.22.0",
56
- "eslint-plugin-react-debug": "1.22.0",
57
- "eslint-plugin-react-dom": "1.22.0",
58
- "eslint-plugin-react-hooks-extra": "1.22.0",
59
- "eslint-plugin-react-naming-convention": "1.22.0",
60
- "eslint-plugin-react-web-api": "1.22.0",
61
- "eslint-plugin-react-x": "1.22.0"
53
+ "@eslint-react/eff": "1.22.1-beta.0",
54
+ "@eslint-react/types": "1.22.1-beta.0",
55
+ "eslint-plugin-react-debug": "1.22.1-beta.0",
56
+ "@eslint-react/shared": "1.22.1-beta.0",
57
+ "eslint-plugin-react-hooks-extra": "1.22.1-beta.0",
58
+ "eslint-plugin-react-dom": "1.22.1-beta.0",
59
+ "eslint-plugin-react-naming-convention": "1.22.1-beta.0",
60
+ "eslint-plugin-react-web-api": "1.22.1-beta.0",
61
+ "eslint-plugin-react-x": "1.22.1-beta.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "tsup": "^8.3.5",