![Logo](http://senecajs.org/files/assets/seneca-logo.jpg)
eslint-config-seneca
![Gitter](https://badges.gitter.im/senecajs/seneca.svg)
A config for ESLint that adheres to Seneca's linting guidelines. All applicable repos
within the Senecajs org must be linted using this config.
If you're using this config, and need help, you can:
Install
To install, simply use npm,
npm install eslint-config-seneca eslint-plugin-standard eslint-plugin-hapi
Note: If you are using ESLint v1 use v1.x.x. If you are using ESLint v2 use 2.x.x.
Usage
Create an .eslintrc
file with the following contents.
{
"extends": "seneca"
}
Once created ESLint will auto load the config when you next lint.
Contributing
The Senecajs Organization encourages open and safe participation.
If you feel you can help in any way, be it with documentation, examples, extra testing, or new
features please get in touch.
License
Copyright (c) 2015-2016, Dean McDonnell and other contributors. Licensed under MIT.