DEV Community

Discussion on: ESlint and Prettier for React apps (Bonus - Next.js and TypeScript)

Collapse
 
sadi304 profile image
Sadi Mahmud

Thanks for the article. I guess you forgot to add

  // .eslintrc.js
  extends: [
   ....,
   'plugin:react-hooks/recommended', <---
  ],
Enter fullscreen mode Exit fullscreen mode