0.8.0 • Published 4 years ago

ibm-eslint-config v0.8.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

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 versioneslint-config-ibm
6.81.4

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