score:0

you need to install the eslint extension for vs code: https://marketplace.visualstudio.com/items?itemname=dbaeumer.vscode-eslintc

then you have to enable it in your project:

.vscode/settings.json

{
 ...
 "eslint.enable": true
}

you can take a look at other configuration options here: https://marketplace.visualstudio.com/items?itemname=dbaeumer.vscode-eslint#settings-options


Related Query

More Query from same tag