Enable strict

This rule enables the "strict" eslint rule from eslint-config-openstack,
and corrects any linting errors found.

http://eslint.org/docs/rules/strict

Change-Id: Id7d5a6ec89e664dbf391fc0e2a2e8491057ab2be
This commit is contained in:
Michael Krotscheck 2015-11-23 10:33:53 -08:00
parent 89730df3ea
commit 1b9d22fd5c
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ rules:
valid-jsdoc: 1
no-undefined: 1
brace-style: 1
strict: 1
no-extra-parens: 1
consistent-return: 1
callback-return: 1