flickr / eslint-config-flickr

Flickr's cool eslint config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-flickr

Flickr's cool eslint config.

Build Status

install

$ npm install eslint-config-flickr --save-dev

usage

We use a superset of eslint:recommended. In your .eslintrc.js (or whatever):

module.exports = {

  extends: 'flickr'

};

More info here.

license

This software is free to use under the MIT license. See the LICENSE file for license text and copyright information.

About

Flickr's cool eslint config

License:MIT License


Languages

Language:JavaScript 94.2%Language:Makefile 3.8%Language:Shell 2.0%