We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb506c8 commit 2f43cc3Copy full SHA for 2f43cc3
packages/plugins/eslint-plugin/src/index.ts
@@ -39,7 +39,7 @@ const plugin: CompatiblePlugin = {
39
...react.rules,
40
...padKeysLeft(reactDom.rules, "dom/"),
41
...padKeysLeft(reactWebApi.rules, "web-api/"),
42
- ...padKeysLeft(reactHooksExtra, "hooks-extra/"),
+ ...padKeysLeft(reactHooksExtra.rules, "hooks-extra/"),
43
...padKeysLeft(reactNamingConvention.rules, "naming-convention/"),
44
...padKeysLeft(reactDebug.rules, "debug/"),
45
},
0 commit comments