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 e47367d commit 18dc630Copy full SHA for 18dc630
src/config/helpers/eslint.js
@@ -33,6 +33,7 @@ const buildConfig = ({withReact = false} = {}) => {
33
prettier(),
34
prettier('@typescript-eslint'),
35
ifReact(prettier('react')),
36
+ ifReact('plugin:react-hooks/recommended'),
37
].filter(Boolean),
38
rules: {
39
'prettier/prettier': 'error',
0 commit comments