Flickr's cool eslint config.
$ npm install eslint-config-flickr --save-dev
We use a superset of eslint:recommended
. In your .eslintrc.js
(or whatever):
module.exports = {
extends: 'flickr'
};
More info here.
This software is free to use under the MIT license. See the LICENSE file for license text and copyright information.