0.1.1 • Published 3 years ago

@dmcardoso/eslint-config-tech-talks v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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 @dmcardoso/eslint-config-tech-talks -Y
  1. Add the following code to your package.json:
"eslintConfig": {
  "extends": [
    "@dmcardoso/eslint-config-tech-talks"
  ]
},
  1. Or create a .eslintrc file of your project's directory.
{
  "extends": [
    "@dmcardoso/eslint-config-tech-talks"
  ]
}