1.0.11 • Published 2 years ago
@slacerda85/eslint-config v1.0.11
Usage
Installation
npm install --save-dev @slacerda85/eslint-configConfiguration
Add the following to your .eslintrc file:
{
"extends": "@slacerda85/eslint-config"
}Vscode config
Add the following to your .vscode/settings.json file:
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
}License