0.2.2 • Published 7 years ago

eslint-config-unsplash v0.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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.