How to use the configs function from eslint-plugin-react-hooks
Find comprehensive JavaScript eslint-plugin-react-hooks.configs code examples handpicked from public code repositorys.
567 568 569 570 571 572 573 574 575 576
{ files: [supportedFileTypes], plugins: { 'react-hooks': reactHooks, }, rules: reactHooks.configs.recommended.rules, }, // Specific overrides for storybook { files: ['**/*.stories.tsx'],
2
37
0
+ 2 other calls in file
eslint-plugin-react-hooks.rules is the most popular function in eslint-plugin-react-hooks (3 examples)