You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

946 B

eslint-config-unsplash

npm npm Codeship

This package holds Unsplash's ESLint config.

Installation

npm i --save-dev eslint eslint-config-unsplash

Usage

To get started, extend Unsplash's configuration in you .eslintrc.

{
  "extends": "unsplash"
}

Now that you're setup, running the following will lint your code.

./node_modules/.bin/eslint .

The Rules

See Unsplash's JavaScript Style Guide.