Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

eslint-config-ctrl

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-ctrl

An ESLint plugin for the Martin Experiments ctrl framework.

latest
Source
npmnpm
Version
5.0.0
Version published
Maintainers
1
Created
Source

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)

Keywords

eslint

FAQs

Package last updated on 12 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts