@eslint-react/eslint-plugin 1.20.0-beta.2 → 1.20.0-beta.6
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 +1 -8
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +12 -11
package/README.md
CHANGED
|
@@ -72,15 +72,8 @@ export default [
|
|
|
72
72
|
|
|
73
73
|
### Flat Config
|
|
74
74
|
|
|
75
|
-
- **core**\
|
|
76
|
-
Enable rules that are renderer-agnostic.
|
|
77
|
-
- **dom**\
|
|
78
|
-
Enable rules that are specific to React DOM.
|
|
79
|
-
- **web-api**\
|
|
80
|
-
Enable rules for interacting with Web APIs.
|
|
81
75
|
- **recommended**\
|
|
82
|
-
Enable rules that are recommended by ESLint React
|
|
83
|
-
_This preset includes the `core`, `dom`, and `web-api` presets._
|
|
76
|
+
Enable rules that are recommended by ESLint React.
|
|
84
77
|
- **recommended-typescript**\
|
|
85
78
|
Enable rules that are recommended by ESLint React and disable rules that can be covered by TypeScript.\
|
|
86
79
|
_This preset includes the `recommended` 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.20.0-beta.
|
|
3
|
+
"version": "1.20.0-beta.6",
|
|
4
4
|
"description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -50,18 +50,19 @@
|
|
|
50
50
|
"@typescript-eslint/type-utils": "^8.18.0",
|
|
51
51
|
"@typescript-eslint/types": "^8.18.0",
|
|
52
52
|
"@typescript-eslint/utils": "^8.18.0",
|
|
53
|
-
"@eslint-react/shared": "1.20.0-beta.
|
|
54
|
-
"@eslint-react/types": "1.20.0-beta.
|
|
55
|
-
"@eslint-react/tools": "1.20.0-beta.
|
|
56
|
-
"eslint-plugin-react-
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-plugin-react-hooks-extra": "1.20.0-beta.
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-
|
|
61
|
-
"eslint-plugin-react-
|
|
53
|
+
"@eslint-react/shared": "1.20.0-beta.6",
|
|
54
|
+
"@eslint-react/types": "1.20.0-beta.6",
|
|
55
|
+
"@eslint-react/tools": "1.20.0-beta.6",
|
|
56
|
+
"eslint-plugin-react-dom": "1.20.0-beta.6",
|
|
57
|
+
"eslint-plugin-react-naming-convention": "1.20.0-beta.6",
|
|
58
|
+
"eslint-plugin-react-hooks-extra": "1.20.0-beta.6",
|
|
59
|
+
"eslint-plugin-react-debug": "1.20.0-beta.6",
|
|
60
|
+
"eslint-plugin-react-web-api": "1.20.0-beta.6",
|
|
61
|
+
"eslint-plugin-react-x": "1.20.0-beta.6"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"tsup": "^8.3.5"
|
|
64
|
+
"tsup": "^8.3.5",
|
|
65
|
+
"@workspace/configs": "0.0.0"
|
|
65
66
|
},
|
|
66
67
|
"peerDependencies": {
|
|
67
68
|
"eslint": "^8.57.0 || ^9.0.0",
|