Michael Krotscheck f52ce31dae Updated eslint to 1.2.1
This patch updates eslint to 1.2.1, and adds all new rules that
were added in a disabled state.

Change-Id: I523ade5c7fc9a44dfe4b9fe8ea7f7b2c71ebf85e
2015-09-21 15:45:25 +00:00
2015-09-21 15:44:51 +00:00
2015-06-23 18:40:37 -07:00
2015-09-21 15:45:25 +00:00
2015-06-23 18:40:37 -07:00
2015-07-09 11:05:51 -07:00
2015-08-18 14:45:23 -07:00
2015-06-23 18:40:37 -07:00
2015-06-23 18:40:37 -07:00
2015-09-21 15:45:25 +00:00
2015-06-23 18:40:37 -07:00

eslint-config-openstack

OpenStack has a set of style guidelines for clarity. OpenStack is a very large code base, spanning dozens of git trees, with over a thousand developers contributing every 6 months. As such, common style helps developers understand code in reviews, move between projects smoothly, and overall make the code more maintainable.

Even though eslint permits overriding rules on a per-project basis, it should be the goal of every project to stay as close to the common guidelines as possible.

Installation

  1. npm install --save-dev eslint eslint-config-openstack
  2. Add extends: "openstack" to your .eslintrc
Description
JavaScript Style Guidelines for OpenStack.
Readme 1.1 MiB
Languages
JavaScript 100%