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.
configs.flat
1 parent 6b344c7 commit bbb7a1fCopy full SHA for bbb7a1f
packages/eslint-plugin-react-hooks/src/index.ts
@@ -71,7 +71,10 @@ const configs = {
71
plugins,
72
rules: recommendedLatestRuleConfigs,
73
},
74
- flat: {} as Record<string, ReactHooksFlatConfig>,
+ flat: {} as {
75
+ recommended: ReactHooksFlatConfig;
76
+ 'recommended-latest': ReactHooksFlatConfig;
77
+ },
78
};
79
80
const plugin = {
0 commit comments