ESLint configuration for the IBM coding style.
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 |
$ npm install eslint eslint-config-ibm --save-dev
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