Socket
Book a DemoInstallSign in
Socket

eslint-config-subchannel

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

eslint-config-subchannel

Shared ESLint config for Subchannel projects

unpublished
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-subchannel

Introduction

A shared ESLint config for Subchannel projects, built on top of the Airbnb ESLint config.

Usage

To install ESLint and the Subchannel config you simply use a version of npm later than 3.0.0 and install them.

$ npm install --save-dev eslint eslint-config-subchannel

Then extend the Subchannel config in your project’s .eslintrc file.

{
    "extends": "subchannel"
}

If your project is using ES5 and below you can extend subchannel/legacy instead.

Or if your project is using React and .jsx files, you can install the eslint-plugin-react package and extend subchannel/react.

Keywords

subchannel

FAQs

Package last updated on 10 Mar 2016

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