🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@channel.io/eslint-config-channel

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@channel.io/eslint-config-channel

eslint configuration for channel.io web

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
5
Created
Source

eslint-config-channel

An eslint configuration for channel web projects.

Installation

$ npm install --dev @channel.io/eslint-config-channel

Install Packages

Get peer dependency lists and install them.

$ npm info @channel.io/eslint-config-channel peerDependencies

Or install with install-peerdeps.

$ npx install-peerdeps --dev @channel.io/eslint-config-channel

See more on guide on eslint-airbnb-config .

Configure

create .eslintrc file and extend this library.

module.exports = {
  "extends": [
    "@channel.io/eslint-config-channel",
  ],
}

Keywords

react

FAQs

Package last updated on 18 Jun 2020

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