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 b743a65 commit 0c7410eCopy full SHA for 0c7410e
src/config/helpers/build-eslint.js
@@ -44,8 +44,6 @@ const buildConfig = ({withReact = false} = {}) => {
44
ifReact(airbnb(), airbnb('base')),
45
'plugin:jest/recommended',
46
prettier(),
47
- prettier('@typescript-eslint'),
48
- ifReact(prettier('react')),
49
ifReact('plugin:react-hooks/recommended'),
50
].filter(Boolean),
51
rules: {
0 commit comments