0.1.0 • Published 4 years ago

@dmcardoso/tech-talks-eslint v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Eslint convention config

Installing

  1. Use the following command to install all the necessary deps (remove the -Y if you don't use Yarn):
npx install-peerdeps --dev tech-talks-eslint -Y
  1. Add the following code to your package.json:
"eslintConfig": {
  "extends": [
    "tech-talks-eslint"
  ]
},
  1. Or create a .eslintrc file of your project's directory.
{
  "extends": [
    "tech-talks-eslint"
  ]
}