@eslint-react/eslint-plugin 1.22.2-next.2 → 1.22.2-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 +7 -5
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
|
+
<!-- eslint-disable markdown/no-html -->
|
|
2
|
+
|
|
1
3
|
<p align="center"><img src="https://eslint-react.xyz/logo.svg" alt="logo" width="150" /></p>
|
|
2
4
|
|
|
3
5
|
<h1 align="center" alt="title">ESLint React</h1>
|
|
4
6
|
|
|
5
|
-
A
|
|
7
|
+
A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.
|
|
6
8
|
|
|
7
9
|
## Features
|
|
8
10
|
|
|
9
|
-
- **
|
|
10
|
-
- **
|
|
11
|
-
- **Advanced Analysis
|
|
11
|
+
- **Flexible**: Increased flexibility with fewer rule options.
|
|
12
|
+
- **Comprehensive**: First-class support for TypeScript, React UI libraries, polymorphic components.
|
|
13
|
+
- **Advanced Analysis**: Handles complex scenarios and identifies problems that other tools might miss.
|
|
12
14
|
|
|
13
15
|
## Public packages
|
|
14
16
|
|
|
@@ -80,7 +82,7 @@ export default tseslint.config({
|
|
|
80
82
|
### General Purpose
|
|
81
83
|
|
|
82
84
|
- **Recommended** (`recommended`)\
|
|
83
|
-
Enforce rules that are recommended by ESLint React for general purpose
|
|
85
|
+
Enforce rules that are recommended by ESLint React for general purpose React + React DOM applications.
|
|
84
86
|
_This preset includes the `core`, `dom`, and `web-api` presets._
|
|
85
87
|
|
|
86
88
|
### TypeScript Specialized
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.22.2-next.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.22.2-next.3",
|
|
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",
|
|
7
7
|
"eslint",
|
|
@@ -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/
|
|
52
|
-
"@eslint-react/
|
|
53
|
-
"
|
|
54
|
-
"eslint-plugin-react-
|
|
55
|
-
"eslint-plugin-react-
|
|
56
|
-
"eslint-plugin-react-
|
|
57
|
-
"eslint-plugin-react-naming-convention": "1.22.2-next.
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-
|
|
51
|
+
"@eslint-react/eff": "1.22.2-next.3",
|
|
52
|
+
"@eslint-react/shared": "1.22.2-next.3",
|
|
53
|
+
"eslint-plugin-react-debug": "1.22.2-next.3",
|
|
54
|
+
"eslint-plugin-react-dom": "1.22.2-next.3",
|
|
55
|
+
"eslint-plugin-react-hooks-extra": "1.22.2-next.3",
|
|
56
|
+
"eslint-plugin-react-web-api": "1.22.2-next.3",
|
|
57
|
+
"eslint-plugin-react-naming-convention": "1.22.2-next.3",
|
|
58
|
+
"eslint-plugin-react-x": "1.22.2-next.3",
|
|
59
|
+
"@eslint-react/types": "1.22.2-next.3"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"tsup": "^8.3.5",
|