包详细信息

eslint-config-ctrl

An ESLint plugin for the Martin Experiments ctrl framework.

eslint, eslintconfig, config, ctrl

自述文件

eslint-config-ctrl

Build Status

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)