An open API service indexing awesome lists of open source software.

https://github.com/developit/eslint-config-developit

developit's generic eslint config for libraries
https://github.com/developit/eslint-config-developit

Last synced: 8 months ago
JSON representation

developit's generic eslint config for libraries

Awesome Lists containing this project

README

          

# eslint-config-developit

developit's eslint configuration, with some sensible defaults for ES2015, React and Mocha.

## Installation

Install eslint and this config:

```
npm i -D eslint eslint-config-developit
```

Now in your `package.json`:

````
{
"eslintConfig": {
"extends": "eslint-config-developit"
}
}
````

## Credits

This is a modified version of [eslint-config-synacor](https://github.com/synacor/eslint-config-synacor)