eslint-config-ibm
v1.15.0
Published
ESLint configuration for the IBM coding style.
Downloads
859
Maintainers
Readme
eslint-config-ibm
ESLint configuration for the IBM coding style.
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.14 |
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