# eslint-config-focus

[![NPM](https://nodei.co/npm/eslint-config-focus.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/eslint-config-focus/)

default configuration for eslint 

Perform a `npm install --save-dev eslint-config-focus`, then a second `npm install` to fetch the newly inserted dependencies.

Don' forget to update or create a  `.eslintrc` in the root directory of your project.

```json
{
   "extends": "focus"
}
```

The complete doc is on [ESLINT](http://eslint.org/docs/developer-guide/shareable-configs.html) website
