5.0.0 • Published 7 years ago
eslint-config-ctrl v5.0.0
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-ctrlUsage
Add ctrl to the extends section of your .eslintrc configuration file:
{
"extends": [
"ctrl"
]
}License
Copyright (c) 2017 Martin Experiments LLC