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