New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-ibmresearch

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-ibmresearch

ESLint shareable config for the IBM Research JavaScript style guide

  • 0.25.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
23
decreased by-51.06%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-ibmresearch

ESLint shareable config for the IBM Research JavaScript style guide.

Installation

JavaScript
npm install --save-dev eslint eslint-config-ibmresearch prettier
TypeScript
npm install --save-dev eslint eslint-config-ibmresearch prettier @typescript-eslint/eslint-plugin @typescript-eslint/parser
TypeScript (with Lit)
npm install --save-dev eslint eslint-config-ibmresearch prettier @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-plugin-lit eslint-plugin-wc eslint-plugin-lit-a11y

Usage

Once the eslint-config-ibmresearch package is installed, you can use it by specifying ibmresearch, ibmresearch/typescript or ibmresearch/typescript-lit in the extends section of your ESLint configuration.

{
  "extends": "ibmresearch",
  "rules": {
    // Additional, per-project rules...
  }
}

Keywords

FAQs

Package last updated on 20 Mar 2022

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