1.0.0 • Published 9 years ago

eslint-config-testpilot v1.0.0

Weekly downloads
1
License
WTFPL
Repository
github
Last release
9 years ago

eslint-config-testpilot

Shared ESLint config for Test Pilot repos.

Installation:

Unfortunately, it doesn't look like you can obscure the nested dependencies into the external config. So for now you need to install the eslint-config-testpilot config, the eslint-config-airbnb config, and the babel-eslint parser:

$ npm i -D eslint-config-testpilot eslint-config-airbnb babel-eslint

Usage:

Simply create an .eslintrc file and extend the fancy "testpilot" config:

extends: testpilot