Installing eslint-config-openstack in your project¶
To add these rules to your project, follow these steps.
Install the npm package to your project:
npm install --save-dev eslint eslint-config-openstack
Add
extends: "openstack"
to your.eslintrc
yaml file. If your project is using ES2015, addextends: "openstack/es2015"
instead.