0.2.2 • Published 9 years ago
eslint-config-unsplash v0.2.2
eslint-config-unsplash
This package holds Unsplash's ESLint config.
Installation
npm i --save-dev eslint eslint-config-unsplashUsage
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 .