@eslint-react/eslint-plugin 1.22.1-next.2 → 1.22.1-next.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 +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ A series of composable ESLint plugins for libraries and frameworks that use Reac
|
|
|
8
8
|
|
|
9
9
|
- **Universal**: Works seamlessly with any library or framework that uses React.
|
|
10
10
|
- **Maximum Flexibility**: Achieves extensive capabilities with minimal configuration effort.
|
|
11
|
-
- **Advanced Analysis Logic**: Handles complex scenarios and identifies
|
|
11
|
+
- **Advanced Analysis Logic**: Handles complex scenarios and identifies problems that tools like `biome` and `eslint-plugin-react` might miss.
|
|
12
12
|
|
|
13
13
|
## Public packages
|
|
14
14
|
|
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.1-next.
|
|
3
|
+
"version": "1.22.1-next.3",
|
|
4
4
|
"description": "The main ESLint plugin that contains all the rules from eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
|
|
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.1-next.
|
|
54
|
-
"@eslint-react/shared": "1.22.1-next.
|
|
55
|
-
"eslint-
|
|
56
|
-
"
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-
|
|
61
|
-
"eslint-plugin-react-
|
|
53
|
+
"@eslint-react/eff": "1.22.1-next.3",
|
|
54
|
+
"@eslint-react/shared": "1.22.1-next.3",
|
|
55
|
+
"@eslint-react/types": "1.22.1-next.3",
|
|
56
|
+
"eslint-plugin-react-dom": "1.22.1-next.3",
|
|
57
|
+
"eslint-plugin-react-hooks-extra": "1.22.1-next.3",
|
|
58
|
+
"eslint-plugin-react-naming-convention": "1.22.1-next.3",
|
|
59
|
+
"eslint-plugin-react-debug": "1.22.1-next.3",
|
|
60
|
+
"eslint-plugin-react-x": "1.22.1-next.3",
|
|
61
|
+
"eslint-plugin-react-web-api": "1.22.1-next.3"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"tsup": "^8.3.5",
|