0.2.1 • Published 9 years ago

@giodamelio/eslint-config v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Eslint Config

This is my custom ESLint config. It extends the Airbnb Style Guide.

Install

  1. Install it npm i --save-dev @giodamelio/eslint-config
  2. Extend your eslint from this. Add "extends": "@giodamelio/eslint-config" to your .eslintrc
  3. 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