@eslint-react/eslint-plugin 1.42.2-next.1 → 1.42.2-next.2
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 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -82,7 +82,7 @@ export default tseslint.config({
|
|
|
82
82
|
|
|
83
83
|
### Bare Bones
|
|
84
84
|
|
|
85
|
-
- **
|
|
85
|
+
- **x** (`x`)\
|
|
86
86
|
Enable rules for `"react"`.
|
|
87
87
|
- **DOM** (`dom`)\
|
|
88
88
|
Enable rules for `"react-dom"`.
|
|
@@ -93,7 +93,7 @@ export default tseslint.config({
|
|
|
93
93
|
|
|
94
94
|
- **Recommended** (`recommended`)\
|
|
95
95
|
Enforce rules that are recommended by ESLint React for general purpose React + React DOM projects.\
|
|
96
|
-
_This preset includes the `
|
|
96
|
+
_This preset includes the `x`, `dom`, and `web-api` presets._
|
|
97
97
|
|
|
98
98
|
### TypeScript Specialized
|
|
99
99
|
|
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.42.2-next.
|
|
3
|
+
"version": "1.42.2-next.2",
|
|
4
4
|
"description": "A series of composable ESLint rules for React and friends.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"@typescript-eslint/type-utils": "^8.29.1",
|
|
51
51
|
"@typescript-eslint/types": "^8.29.1",
|
|
52
52
|
"@typescript-eslint/utils": "^8.29.1",
|
|
53
|
-
"@eslint-react/
|
|
54
|
-
"@eslint-react/
|
|
55
|
-
"eslint-
|
|
56
|
-
"eslint-plugin-react-
|
|
57
|
-
"
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-
|
|
61
|
-
"eslint-plugin-react-
|
|
53
|
+
"@eslint-react/kit": "1.42.2-next.2",
|
|
54
|
+
"@eslint-react/shared": "1.42.2-next.2",
|
|
55
|
+
"@eslint-react/eff": "1.42.2-next.2",
|
|
56
|
+
"eslint-plugin-react-debug": "1.42.2-next.2",
|
|
57
|
+
"eslint-plugin-react-dom": "1.42.2-next.2",
|
|
58
|
+
"eslint-plugin-react-hooks-extra": "1.42.2-next.2",
|
|
59
|
+
"eslint-plugin-react-web-api": "1.42.2-next.2",
|
|
60
|
+
"eslint-plugin-react-naming-convention": "1.42.2-next.2",
|
|
61
|
+
"eslint-plugin-react-x": "1.42.2-next.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"tsup": "^8.4.0",
|