@eslint-react/eslint-plugin 5.8.4 → 5.8.5-next.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 +9 -9
- package/dist/index.js +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -36,9 +36,9 @@ Performant, composable ESLint rules for React and friends.
|
|
|
36
36
|
## Features
|
|
37
37
|
|
|
38
38
|
- **Modern**: First-class support for **TypeScript**, **React 19**, and more.
|
|
39
|
-
- **Flexible**: Fully customizable rule severity levels, allowing
|
|
39
|
+
- **Flexible**: Fully customizable rule severity levels, allowing enforcement or relaxation of rules as needed.
|
|
40
40
|
- **Performant**: Built with performance in mind, optimized for large codebases, code editor responsiveness, and CI pipelines.
|
|
41
|
-
- **Context-aware linting**: Rules that understand the context of
|
|
41
|
+
- **Context-aware linting**: Rules that understand the context of the code and [project configuration](https://eslint-react.xyz/docs/configuration/configure-project-config) to provide more **accurate** linting.
|
|
42
42
|
|
|
43
43
|
## Public Packages
|
|
44
44
|
|
|
@@ -53,10 +53,10 @@ Performant, composable ESLint rules for React and friends.
|
|
|
53
53
|
|
|
54
54
|
### Unified ESLint Plugin
|
|
55
55
|
|
|
56
|
-
- [`@eslint-react/eslint-plugin`](https://npmx.dev/package/@eslint-react/eslint-plugin) - A unified plugin that combines all individual plugins into one.
|
|
56
|
+
- [`@eslint-react/eslint-plugin`](https://npmx.dev/package/@eslint-react/eslint-plugin) - A unified plugin that combines all individual plugins into one. Provides complete, out-of-the-box rule coverage with instant feedback.
|
|
57
57
|
|
|
58
58
|
> [!NOTE]\
|
|
59
|
-
>
|
|
59
|
+
> Not sure which one to use? See the [FAQ](https://eslint-react.xyz/docs/faq#which-one-should-i-use-unified-plugin-or-individual-plugins) for guidance.
|
|
60
60
|
|
|
61
61
|
## Installation
|
|
62
62
|
|
|
@@ -65,7 +65,7 @@ Performant, composable ESLint rules for React and friends.
|
|
|
65
65
|
>
|
|
66
66
|
> - Node.js: 22.0.0
|
|
67
67
|
> - ESLint: 10.2.1
|
|
68
|
-
> - TypeScript:
|
|
68
|
+
> - TypeScript: 5.0.0
|
|
69
69
|
|
|
70
70
|
### Install
|
|
71
71
|
|
|
@@ -175,9 +175,9 @@ export default defineConfig(
|
|
|
175
175
|
- `disable-type-checked`\
|
|
176
176
|
Disable rules that require type information.
|
|
177
177
|
- `disable-conflict-eslint-plugin-react`\
|
|
178
|
-
Disable rules in `eslint-plugin-react` that conflict with rules in
|
|
178
|
+
Disable rules in `eslint-plugin-react` that conflict with rules in this plugin.
|
|
179
179
|
- `disable-conflict-eslint-plugin-react-hooks`\
|
|
180
|
-
Disable rules in `eslint-plugin-react-hooks` that conflict with rules in
|
|
180
|
+
Disable rules in `eslint-plugin-react-hooks` that conflict with rules in this plugin.
|
|
181
181
|
- `off`\
|
|
182
182
|
Disable all rules in this plugin except for debug rules.
|
|
183
183
|
|
|
@@ -208,7 +208,7 @@ This project is, and will remain, [90% of its code written by humans](https://ww
|
|
|
208
208
|
|
|
209
209
|
## Sponsors
|
|
210
210
|
|
|
211
|
-
A huge thank you to
|
|
211
|
+
A huge thank you to the sponsors who make this project possible.
|
|
212
212
|
|
|
213
213
|
<p align="center">
|
|
214
214
|
<a href="https://ko-fi.com/Rel1cx">
|
|
@@ -220,7 +220,7 @@ A huge thank you to our amazing sponsors who make this project possible.
|
|
|
220
220
|
|
|
221
221
|
Contributions are welcome!
|
|
222
222
|
|
|
223
|
-
|
|
223
|
+
Follow the [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/main/.github/CONTRIBUTING.md).
|
|
224
224
|
|
|
225
225
|
## License
|
|
226
226
|
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.5-next.0",
|
|
4
4
|
"description": "The all-in-one, blazing fast ESLint plugin for React. Get complete, out-of-the-box rule coverage with instant feedback.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
"dist"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@eslint-react/shared": "5.8.
|
|
46
|
-
"eslint-plugin-react-dom": "5.8.
|
|
47
|
-
"eslint-plugin-react-jsx": "5.8.
|
|
48
|
-
"eslint-plugin-react-naming-convention": "5.8.
|
|
49
|
-
"eslint-plugin-react-rsc": "5.8.
|
|
50
|
-
"eslint-plugin-react-web-api": "5.8.
|
|
51
|
-
"eslint-plugin-react-x": "5.8.
|
|
45
|
+
"@eslint-react/shared": "5.8.5-next.0",
|
|
46
|
+
"eslint-plugin-react-dom": "5.8.5-next.0",
|
|
47
|
+
"eslint-plugin-react-jsx": "5.8.5-next.0",
|
|
48
|
+
"eslint-plugin-react-naming-convention": "5.8.5-next.0",
|
|
49
|
+
"eslint-plugin-react-rsc": "5.8.5-next.0",
|
|
50
|
+
"eslint-plugin-react-web-api": "5.8.5-next.0",
|
|
51
|
+
"eslint-plugin-react-x": "5.8.5-next.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@types/react": "^19.2.
|
|
54
|
+
"@types/react": "^19.2.15",
|
|
55
55
|
"@types/react-dom": "^19.2.3",
|
|
56
56
|
"eslint": "^10.4.0",
|
|
57
57
|
"tsdown": "^0.22.0",
|