@eslint-react/eslint-plugin 1.22.0 → 1.22.1-beta.1
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 +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
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
|
|
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
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.1-beta.1",
|
|
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/
|
|
54
|
-
"@eslint-react/
|
|
55
|
-
"
|
|
56
|
-
"eslint-
|
|
57
|
-
"eslint-plugin-react-dom": "1.22.
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-
|
|
61
|
-
"eslint-plugin-react-x": "1.22.
|
|
53
|
+
"@eslint-react/shared": "1.22.1-beta.1",
|
|
54
|
+
"@eslint-react/eff": "1.22.1-beta.1",
|
|
55
|
+
"eslint-plugin-react-debug": "1.22.1-beta.1",
|
|
56
|
+
"@eslint-react/types": "1.22.1-beta.1",
|
|
57
|
+
"eslint-plugin-react-dom": "1.22.1-beta.1",
|
|
58
|
+
"eslint-plugin-react-naming-convention": "1.22.1-beta.1",
|
|
59
|
+
"eslint-plugin-react-web-api": "1.22.1-beta.1",
|
|
60
|
+
"eslint-plugin-react-hooks-extra": "1.22.1-beta.1",
|
|
61
|
+
"eslint-plugin-react-x": "1.22.1-beta.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"tsup": "^8.3.5",
|