@eslint-react/eslint-plugin 1.34.1 → 1.34.2-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 +7 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -30,6 +30,13 @@ More than 80 high-quality linting rules for writing better React code.
|
|
|
30
30
|
|
|
31
31
|
## Installation
|
|
32
32
|
|
|
33
|
+
> [!NOTE]\
|
|
34
|
+
> ESLint React requires the following minimum versions:
|
|
35
|
+
>
|
|
36
|
+
> - `node@18.18.0`
|
|
37
|
+
> - `eslint@8.57.0`
|
|
38
|
+
> - `typescript@4.9.5`
|
|
39
|
+
|
|
33
40
|
### Install
|
|
34
41
|
|
|
35
42
|
```sh
|
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.34.
|
|
3
|
+
"version": "1.34.2-beta.0",
|
|
4
4
|
"description": "More than 80 high-quality linting rules for writing better React code.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"@typescript-eslint/type-utils": "^8.26.1",
|
|
51
51
|
"@typescript-eslint/types": "^8.26.1",
|
|
52
52
|
"@typescript-eslint/utils": "^8.26.1",
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"eslint-plugin-react-
|
|
56
|
-
"eslint-
|
|
57
|
-
"eslint-plugin-react-naming-convention": "1.34.
|
|
58
|
-
"eslint-
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-
|
|
53
|
+
"eslint-plugin-react-dom": "1.34.2-beta.0",
|
|
54
|
+
"eslint-plugin-react-debug": "1.34.2-beta.0",
|
|
55
|
+
"eslint-plugin-react-hooks-extra": "1.34.2-beta.0",
|
|
56
|
+
"@eslint-react/eff": "1.34.2-beta.0",
|
|
57
|
+
"eslint-plugin-react-naming-convention": "1.34.2-beta.0",
|
|
58
|
+
"@eslint-react/shared": "1.34.2-beta.0",
|
|
59
|
+
"eslint-plugin-react-x": "1.34.2-beta.0",
|
|
60
|
+
"eslint-plugin-react-web-api": "1.34.2-beta.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"tsup": "^8.4.0",
|