1.0.11 • Published 7 months ago

@slacerda85/eslint-config v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Usage

Installation

npm install --save-dev @slacerda85/eslint-config

Configuration

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

MIT