0.2.1 • Published 9 years ago
@giodamelio/eslint-config v0.2.1
Eslint Config
This is my custom ESLint config. It extends the Airbnb Style Guide.
Install
- Install it
npm i --save-dev @giodamelio/eslint-config
- Extend your eslint from this. Add
"extends": "@giodamelio/eslint-config"
to your.eslintrc
- If you are on NPM version 2, or you already have any eslint plugins already installed you need to manually install the eslint plugins this config depends on.
npm i --save-dev eslint-plugin-import