eslint-config-ctrl
v5.0.0
Published
An ESLint plugin for the Martin Experiments ctrl framework.
Downloads
10
Maintainers
Readme
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
MIT (https://www.opensource.org/licenses/MIT)