Enable semi-spacing

This patch enables the "semi-spacing" rule from eslint-config-openstack,
and corrects any errors found.

http://eslint.org/docs/rules/semi-spacing

Change-Id: Ib6a2d856f24b53b24c65c4165cec92a7c1428832
This commit is contained in:
Michael Krotscheck 2015-11-23 10:36:05 -08:00
parent 91ceb5c6fa
commit 4e52904000
5 changed files with 7 additions and 8 deletions

View File

@ -32,7 +32,6 @@ rules:
callback-return: 1
guard-for-in: 1
block-scoped-var: 1
semi-spacing: 1
no-redeclare: 1
no-new: 1