Socket
Socket
Sign inDemoInstall

@jitsi/eslint-config

Package Overview
Dependencies
Maintainers
10
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jitsi/eslint-config

eslint rules for jitsi projects


Version published
Weekly downloads
1.3K
decreased by-2.96%
Maintainers
10
Weekly downloads
 
Created
Source

eslint-config-jitsi

A shareable eslint config for Jitsi's projects.

Install

npm install --save-dev @jitsi/eslint-config

Installing peerDependencies

npm install --save-dev babel-eslint eslint-plugin-import

Usage

Add the following to your .eslintrc.js.

{
  'extends': '@jitsi/eslint-config'
}

Additional

If you want to enforce jsdoc rules used by Jitsi.

npm install --save-dev eslint-plugin-jsdoc
{
  'extends': [
    '@jitsi/eslint-config',
    '@jitsi/eslint-config/jsdoc'
  ]
}

If you are using react.

npm install --save-dev eslint-plugin-react
{
  'extends': [
    '@jitsi/eslint-config',
    '@jitsi/eslint-config/react'
  ]
}

If you are using typescript:

 npm install --save-dev @typescript-eslint/eslint-plugin @typescript-eslint/parser
{
  'extends': [
    '@jitsi/eslint-config',
    '@jitsi/eslint-config/typescript'
  ]
}

Keywords

FAQs

Package last updated on 13 Jun 2023

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