@eslint-react/eslint-plugin 5.8.0 → 5.8.1
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 +4 -9
- package/dist/index.js +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://github.com/Rel1cx/eslint-react/blob/main/LICENSE)
|
|
8
8
|
[](https://tsdown.dev)
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
Performant, composable ESLint rules for React and friends.
|
|
11
11
|
|
|
12
12
|
## Table of Contents
|
|
13
13
|
|
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
- [TypeScript Specialized](#typescript-specialized)
|
|
26
26
|
- [Other](#other)
|
|
27
27
|
- [Rules](#rules)
|
|
28
|
-
- [Benchmark](#benchmark)
|
|
29
28
|
- [FAQ](#faq)
|
|
30
29
|
- [Migration](#migration)
|
|
31
30
|
- [Changelog](#changelog)
|
|
@@ -38,7 +37,7 @@
|
|
|
38
37
|
|
|
39
38
|
- **Modern**: First-class support for **TypeScript**, **React 19**, and more.
|
|
40
39
|
- **Flexible**: Fully customizable rule severity levels, allowing you to **enforce** or **relax** rules as needed.
|
|
41
|
-
- **Performant**: Built with performance in mind, optimized for large codebases,
|
|
40
|
+
- **Performant**: Built with performance in mind, optimized for large codebases, code editor responsiveness, and CI pipelines.
|
|
42
41
|
- **Context-aware linting**: Rules that understand the context of your code and [project configuration](https://eslint-react.xyz/docs/configuration/configure-project-config) to provide more **accurate** linting.
|
|
43
42
|
|
|
44
43
|
## Public Packages
|
|
@@ -188,18 +187,14 @@ export default defineConfig(
|
|
|
188
187
|
|
|
189
188
|
[Rules ↗](https://eslint-react.xyz/docs/rules)
|
|
190
189
|
|
|
191
|
-
## Benchmark
|
|
192
|
-
|
|
193
|
-
[Benchmark Results ↗](https://github.com/Rel1cx/eslint-react-benchmark)
|
|
194
|
-
|
|
195
190
|
## FAQ
|
|
196
191
|
|
|
197
192
|
[Frequently Asked Questions ↗](https://eslint-react.xyz/docs/faq)
|
|
198
193
|
|
|
199
194
|
## Migration
|
|
200
195
|
|
|
201
|
-
- [Migrating from eslint-plugin-react ↗](https://
|
|
202
|
-
- [Migrating from eslint-plugin-react-hooks ↗](https://
|
|
196
|
+
- [Migrating from eslint-plugin-react ↗](https://eslint-react.xyz/docs/migrating-from-eslint-plugin-react)
|
|
197
|
+
- [Migrating from eslint-plugin-react-hooks ↗](https://eslint-react.xyz/docs/migrating-from-eslint-plugin-react-hooks)
|
|
203
198
|
|
|
204
199
|
## Changelog
|
|
205
200
|
|
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.1",
|
|
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,13 +42,13 @@
|
|
|
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-
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-web-api": "5.8.
|
|
51
|
-
"eslint-plugin-react-x": "5.8.
|
|
45
|
+
"@eslint-react/shared": "5.8.1",
|
|
46
|
+
"eslint-plugin-react-dom": "5.8.1",
|
|
47
|
+
"eslint-plugin-react-jsx": "5.8.1",
|
|
48
|
+
"eslint-plugin-react-naming-convention": "5.8.1",
|
|
49
|
+
"eslint-plugin-react-rsc": "5.8.1",
|
|
50
|
+
"eslint-plugin-react-web-api": "5.8.1",
|
|
51
|
+
"eslint-plugin-react-x": "5.8.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/react": "^19.2.14",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"eslint": "^10.3.0",
|
|
57
57
|
"tsdown": "^0.22.0",
|
|
58
58
|
"typescript": "^6.0.3",
|
|
59
|
-
"@local/
|
|
60
|
-
"@local/
|
|
59
|
+
"@local/configs": "0.0.0",
|
|
60
|
+
"@local/eff": "3.0.0-beta.72"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"eslint": "^10.3.0",
|