@eslint-react/eslint-plugin 3.0.0-next.66 → 3.0.0-next.68
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 -0
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -168,6 +168,8 @@ export default defineConfig(
|
|
|
168
168
|
Disable rules that require type information.
|
|
169
169
|
- `disable-conflict-eslint-plugin-react`\
|
|
170
170
|
Disable rules in `eslint-plugin-react` that conflict with rules in our plugins.
|
|
171
|
+
- `disable-conflict-eslint-plugin-react-hooks`\
|
|
172
|
+
Disable rules in `eslint-plugin-react-hooks` that conflict with rules in our plugins.
|
|
171
173
|
- `off`\
|
|
172
174
|
Disable all rules in this plugin except for debug rules.
|
|
173
175
|
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.68",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"@typescript-eslint/types": "canary",
|
|
47
47
|
"@typescript-eslint/utils": "canary",
|
|
48
48
|
"ts-api-utils": "^2.4.0",
|
|
49
|
-
"@eslint-react/eff": "3.0.0-next.
|
|
50
|
-
"@eslint-react/shared": "3.0.0-next.
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-plugin-react-
|
|
54
|
-
"eslint-plugin-react-
|
|
55
|
-
"eslint-plugin-react-x": "3.0.0-next.
|
|
49
|
+
"@eslint-react/eff": "3.0.0-next.68",
|
|
50
|
+
"@eslint-react/shared": "3.0.0-next.68",
|
|
51
|
+
"eslint-plugin-react-naming-convention": "3.0.0-next.68",
|
|
52
|
+
"eslint-plugin-react-rsc": "3.0.0-next.68",
|
|
53
|
+
"eslint-plugin-react-dom": "3.0.0-next.68",
|
|
54
|
+
"eslint-plugin-react-web-api": "3.0.0-next.68",
|
|
55
|
+
"eslint-plugin-react-x": "3.0.0-next.68"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"tsdown": "^0.21.0-beta.2",
|