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 projects

  • 2.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
152
decreased by-22.05%
Maintainers
5
Weekly downloads
 
Created
Source

@channel.io/eslint-config

ESLint configuration for Channel.io web projects

Installation

npm

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

Yarn

$ yarn add --dev @channel.io/eslint-config

Supports

This config supports Next, Web(React), Node

  • @channel.io/eslint-config: the basic config for JavaScript projects for which there isn't a more specific config,
  • @channel.io/eslint-config/web: the config for code that runs in web browsers, with support for React and JSX,
  • @channel.io/eslint-config/node: the config for code that runs in Node.
  • @channel.io/eslint-config/next: the config for Next.js Project

For React Web

{
  "extends": "@channel.io/eslint-config/web"
}

For Node Projects

{
  "extends": "@channel.io/eslint-config/node"
}

For Next

{
  "extends": "@channel.io/eslint-config/next"
}

Code Formatting

From ESLint 8.53.0, formatting-related features are being deprecated gradually. It is assumed that you are using Prettier for formatting in conjunction with this configuration.

For the prettier config that Channel.io is using, please check @channel.io/prettier-config

Keywords

FAQs

Package last updated on 08 Aug 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