Merge "Upgraded eslint-config-openstack to 1.2.4"

This commit is contained in:
Jenkins
2016-05-10 21:42:37 +00:00
committed by Gerrit Code Review
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.4.1",
"karma": "0.13.22",