6.0.0 • Published 6 years ago

eslint-config-ctrl-react v6.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

eslint-config-ctrl-react

Build Status

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)