Upgraded eslint-config-openstack to 1.2.4

This patch upgrades eslint to version 1.2.4, incorporating new rule
changes on no-undefined, brace-style, quote-props, space-in-parens,
no-use-before-define, no-uneeded-ternary, and quote.

For now, rules that have been activated that cause checks to fail
have been switched to warning-only. Additionally, rules that
have been entirely disabled have been removed.

Change-Id: Ifba7a19da669288cb19cfc8055bdfa7b94f00292
This commit is contained in:
Michael Krotscheck 2016-02-24 05:20:46 -08:00
parent 4176613bed
commit a4d58e7101
No known key found for this signature in database
GPG Key ID: 20E618D878DE38AB
2 changed files with 5 additions and 1 deletions

View File

@ -33,6 +33,10 @@ rules:
no-extra-parens: 1
callback-return: 1
block-scoped-var: 1
quote-props: 1
space-in-parens: 1
no-use-before-define: 1
no-unneeded-ternary: 1
#############################################################################
# Angular Plugin Customization

View File

@ -7,7 +7,7 @@
"license": "Apache 2.0",
"devDependencies": {
"eslint": "1.10.3",
"eslint-config-openstack": "1.2.3",
"eslint-config-openstack": "1.2.4",
"eslint-plugin-angular": "0.15.0",
"jasmine-core": "2.2.0",
"karma": "0.12.31",