@eslint-react/eslint-plugin 1.24.0-beta.16 → 1.24.0-beta.18
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 -7
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -12,13 +12,13 @@ A set of composable ESLint rules for libraries and frameworks that use React as
|
|
|
12
12
|
- **Comprehensive**: First-class support for TypeScript, React 19, polymorphic components.
|
|
13
13
|
- **Advanced Analysis**: Handles complex scenarios and identifies problems that other tools might miss.
|
|
14
14
|
|
|
15
|
-
## Public
|
|
15
|
+
## Public Packages
|
|
16
16
|
|
|
17
|
-
### All-
|
|
17
|
+
### All-In-One Plugin
|
|
18
18
|
|
|
19
19
|
- [`@eslint-react/eslint-plugin`](https://www.npmjs.com/package/@eslint-react/eslint-plugin) - The main ESLint plugin package including all rules and config presets in this repository.
|
|
20
20
|
|
|
21
|
-
### Modular
|
|
21
|
+
### Modular Plugins
|
|
22
22
|
|
|
23
23
|
- [`eslint-plugin-react-x`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) - Core rules (renderer-agnostic, compatible with x-platform).
|
|
24
24
|
- [`eslint-plugin-react-dom`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) - DOM specific rules for React DOM.
|
|
@@ -93,7 +93,7 @@ export default tseslint.config({
|
|
|
93
93
|
- **Recommended Type-Checked** (`recommended-type-checked`)\
|
|
94
94
|
Same as the `recommended-typescript` preset but enables additional rules that require type information.
|
|
95
95
|
|
|
96
|
-
[Full Presets List↗](https://eslint-react.xyz/docs/presets)
|
|
96
|
+
[Full Presets List ↗](https://eslint-react.xyz/docs/presets)
|
|
97
97
|
|
|
98
98
|
## Rules
|
|
99
99
|
|
|
@@ -107,11 +107,11 @@ export default tseslint.config({
|
|
|
107
107
|
|
|
108
108
|
- [Milestone 2.0 ↗](https://eslint-react.xyz/roadmap#milestone-20)
|
|
109
109
|
|
|
110
|
-
##
|
|
110
|
+
## Notable Projects Using ESLint React
|
|
111
111
|
|
|
112
|
-

|
|
112
|
+
[](https://github.com/Rel1cx/eslint-react/blob/main/assets/NOTABLE_PROJECTS_USING_ESLINT_REACT)
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
## Community ESLint Configs Adopting ESLint React
|
|
115
115
|
|
|
116
116
|
- [`antfu/eslint-config`](https://github.com/antfu/eslint-config) - Anthony's ESLint config preset.
|
|
117
117
|
- [`eslint-config-rebeccastevens`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens) - Rebecca's ESLint config preset.
|
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.24.0-beta.
|
|
3
|
+
"version": "1.24.0-beta.18",
|
|
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,14 +48,14 @@
|
|
|
48
48
|
"@typescript-eslint/type-utils": "^8.20.0",
|
|
49
49
|
"@typescript-eslint/types": "^8.20.0",
|
|
50
50
|
"@typescript-eslint/utils": "^8.20.0",
|
|
51
|
-
"@eslint-react/eff": "1.24.0-beta.
|
|
52
|
-
"eslint-
|
|
53
|
-
"eslint-plugin-react-
|
|
54
|
-
"eslint-plugin-react-
|
|
55
|
-
"eslint-plugin-react-
|
|
56
|
-
"eslint-plugin-react-
|
|
57
|
-
"eslint-plugin-react-x": "1.24.0-beta.
|
|
58
|
-
"
|
|
51
|
+
"@eslint-react/eff": "1.24.0-beta.18",
|
|
52
|
+
"@eslint-react/shared": "1.24.0-beta.18",
|
|
53
|
+
"eslint-plugin-react-dom": "1.24.0-beta.18",
|
|
54
|
+
"eslint-plugin-react-web-api": "1.24.0-beta.18",
|
|
55
|
+
"eslint-plugin-react-debug": "1.24.0-beta.18",
|
|
56
|
+
"eslint-plugin-react-hooks-extra": "1.24.0-beta.18",
|
|
57
|
+
"eslint-plugin-react-x": "1.24.0-beta.18",
|
|
58
|
+
"eslint-plugin-react-naming-convention": "1.24.0-beta.18"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"tsup": "^8.3.5",
|