1.0.0 • Published 5 years ago

eslint-config-platzi v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

eslint-config-platzi

Installation

The default export contains all default Airbnb ESLint rules and the configurations recommended by the Platzi team.

Install the package:

npm install eslint-config-platzi --save-dev

Usage

Now add the config to either your package.json:

{
  "eslintConfig": {
    "extends": "eslint-config-platzi"
  }
}

to your .eslintrc:

{
  "extends": "eslint-config-platzi"
}

or .eslintrc.js:

module.exports ={
  "extends": "eslint-config-platzi"
}

LICENCE

MIT