eslint-config-ctrl-react
v6.0.0
Published
An ESLint plugin for the Martin Experiments ctrl ReactJS framework.
Downloads
6
Maintainers
Readme
eslint-config-ctrl-react
An ESlint config for the Martin Experiments ctrl ReactJS framework.
Installation
Yarn is recommended for installation.
$ yarn add --dev eslint eslint-config-ctrl-react
But you can still use npm:
$ npm install --save-dev eslint eslint-config-ctrl-react
Usage
Add ctrl-react
to the extends
section of your .eslintrc
configuration
file:
{
"extends": [
"ctrl-react"
]
}
License
Copyright (c) 2017 Martin Experiments LLC
MIT (https://www.opensource.org/licenses/MIT)