My ESLint config
THIS PACKAGE IS NO LONGER MAINTAINED
Install
$ npm install --save-dev @exeto/eslint-config eslint@^5.1.0
Usage
Add one of the following in your.eslintrc
:- EcmaScript 2015+
"extends": "@exeto"
- EcmaScript 2015+ and specificity for node
"extends": "@exeto/eslint-config/node"