eslint-config-testpilot
v1.0.0
Published
Shared ESLint config for Test Pilot repos
Downloads
1
Readme
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