@eslint-react/eslint-plugin 1.36.2-next.0 → 1.36.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 +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://npmjs.com/package/eslint-plugin-react-x)
|
|
6
6
|
[](https://npmjs.com/package/eslint-plugin-react-x)
|
|
7
7
|
|
|
8
|
-
More than 80 high-quality linting rules
|
|
8
|
+
More than 80 high-quality linting rules to identify possible problems in your React 19 code.
|
|
9
9
|
|
|
10
10
|
## Features
|
|
11
11
|
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.36.2
|
|
4
|
-
"description": "More than 80 high-quality linting rules
|
|
3
|
+
"version": "1.36.2",
|
|
4
|
+
"description": "More than 80 high-quality linting rules to identify possible problems in your React 19 code.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
7
7
|
"eslint",
|
|
@@ -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
|
-
"@eslint-react/
|
|
55
|
-
"eslint-
|
|
56
|
-
"eslint-plugin-react-dom": "1.36.2
|
|
57
|
-
"eslint-plugin-react-hooks-extra": "1.36.2
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-x": "1.36.2
|
|
53
|
+
"eslint-plugin-react-debug": "1.36.2",
|
|
54
|
+
"@eslint-react/eff": "1.36.2",
|
|
55
|
+
"@eslint-react/shared": "1.36.2",
|
|
56
|
+
"eslint-plugin-react-dom": "1.36.2",
|
|
57
|
+
"eslint-plugin-react-hooks-extra": "1.36.2",
|
|
58
|
+
"eslint-plugin-react-web-api": "1.36.2",
|
|
59
|
+
"eslint-plugin-react-naming-convention": "1.36.2",
|
|
60
|
+
"eslint-plugin-react-x": "1.36.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"tsup": "^8.4.0",
|