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.
 
Naoufal Kadhom d124158bdb Move eslint-configs to dependencies 9 years ago
..
test Add first set of rules and config 9 years ago
.gitignore Add first set of rules and config 9 years ago
README.md Update readme 9 years ago
eslintrc.json Bump max-len from 80 to 100 9 years ago
index.js Add first set of rules and config 9 years ago
package.json Move eslint-configs to dependencies 9 years ago

README.md

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.