Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

eslint-config-ctrl-react

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-ctrl-react

An ESLint plugin for the Martin Experiments ctrl ReactJS framework.

latest
Source
npmnpm
Version
6.0.0
Version published
Maintainers
1
Created
Source

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)

Keywords

eslint

FAQs

Package last updated on 21 Jun 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