eslint-config-openstack/doc/source/installation.rst
Elizabeth Elwell c457a0e9d8 Added documentation for eslint-config-openstack
Added documentation to include release guidelines.
Change-Id: I2c2cd929283868dac415f986f541d0ec5741ef17
2016-08-17 14:45:19 +01:00

15 lines
475 B
ReStructuredText

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