Search code examples
reactjsvisual-studio-codereact-hooksvscode-extensionseslint-plugin-react-hooks

Does eslint-plugin-react-hooks displays the errors on the code itself or just the terminal when starting?


When using the package: https://www.npmjs.com/package/eslint-plugin-react-hooks Is it supposed to add visual yellow underline warnings on react component while using vscode? Or that just add the warnings when you are running the app on the terminal log?

Mine only display those hook warnings on the log and I am wondering how to enable that in the code itself


Solution

  • I made it work installing the ESLint vscode extension