Install this packages:
npm install @sokkuri/eslint-config eslint --save-dev
Create the .eslintrc.json
file in the root of the project and add this content:
{
"extends": [
"@sokkuri/eslint-config"
]
}
Install plugin
Install the ESlint plugin in vscode.