2.0.1 • Published 9 years ago
eslint-config-ctrl v2.0.1
eslint-config-ctrl
An ESlint config for the Martin Experiments ctrl framework.
Installation
Yarn is recommended for installation.
$ yarn add --dev eslint eslint-config-ctrl
$ npm install --save-dev eslint eslint-config-ctrl
Usage
Add ctrl
to the extends
section of your .eslintrc
configuration file:
{
"extends": [
"ctrl"
]
}
License
Copyright (c) 2017 Martin Experiments LLC