@eslint-react/eslint-plugin 1.22.2-beta.4 → 1.22.2-beta.5
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 -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,8 @@ A set of composable ESLint rules for libraries and frameworks that use React as
|
|
|
8
8
|
|
|
9
9
|
## Features
|
|
10
10
|
|
|
11
|
-
- **
|
|
11
|
+
- **Simple**: Low configuration overhead with sensible defaults.
|
|
12
|
+
- **Flexible**: Increased flexibility with more granular severity control.
|
|
12
13
|
- **Comprehensive**: First-class support for TypeScript, React UI libraries, polymorphic components.
|
|
13
14
|
- **Advanced Analysis**: Handles complex scenarios and identifies problems that other tools might miss.
|
|
14
15
|
|
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.2-beta.
|
|
3
|
+
"version": "1.22.2-beta.5",
|
|
4
4
|
"description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"@typescript-eslint/type-utils": "^8.18.2",
|
|
49
49
|
"@typescript-eslint/types": "^8.18.2",
|
|
50
50
|
"@typescript-eslint/utils": "^8.18.2",
|
|
51
|
-
"@eslint-react/eff": "1.22.2-beta.
|
|
52
|
-
"@eslint-react/shared": "1.22.2-beta.
|
|
53
|
-
"eslint-
|
|
54
|
-
"eslint-plugin-react-
|
|
55
|
-
"eslint-plugin-react-
|
|
56
|
-
"
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-plugin-react-
|
|
51
|
+
"@eslint-react/eff": "1.22.2-beta.5",
|
|
52
|
+
"@eslint-react/shared": "1.22.2-beta.5",
|
|
53
|
+
"@eslint-react/types": "1.22.2-beta.5",
|
|
54
|
+
"eslint-plugin-react-debug": "1.22.2-beta.5",
|
|
55
|
+
"eslint-plugin-react-naming-convention": "1.22.2-beta.5",
|
|
56
|
+
"eslint-plugin-react-hooks-extra": "1.22.2-beta.5",
|
|
57
|
+
"eslint-plugin-react-dom": "1.22.2-beta.5",
|
|
58
|
+
"eslint-plugin-react-x": "1.22.2-beta.5",
|
|
59
|
+
"eslint-plugin-react-web-api": "1.22.2-beta.5"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"tsup": "^8.3.5",
|