Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@channel.io/eslint-config

Package Overview
Dependencies
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@channel.io/eslint-config

eslint configuration for channel.io web

  • 2.0.0-alpha.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
5
Weekly downloads
 
Created
Source

eslint-config

An eslint configuration for channel web projects.

Installation

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

Install Packages

Get peer dependency lists and install them.

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

Or install with install-peerdeps.

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

See more on guide on eslint-config-airbnb .

Configure

create .eslintrc file and extend this library.

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

Keywords

FAQs

Package last updated on 05 Mar 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc