Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

IBM/eslint-config-ibm

Repository files navigation

eslint-config-ibm

ESLint configuration for the IBM coding style.

NPM version Downloads

ESLint version support

The following table shows the ESLint versions supported by the various versions of this package:

ESLint version eslint-config-ibm
6.8 1.4 - 1.15

Installation

$ npm install eslint eslint-config-ibm --save-dev

Usage

Add ibm to the extends section in your ESLint configuration file:

{
  'extends': 'ibm',
}

For more information, please refer to the Extending Configuration Files section in the ESLint documentation page: https://eslint.org/docs/user-guide/configuring#extending-configuration-files