summaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
authorMichael Krotscheck <krotscheck@gmail.com>2016-02-24 05:20:46 -0800
committerMichael Krotscheck <krotscheck@gmail.com>2016-04-13 05:13:59 -0700
commita4d58e7101cb7ccded2d8cd233d051b48a45ee5c (patch)
tree354a9f25c73f99ed308f6a96cee95674c475e6b9 /.eslintrc
parent4176613bedf5493ade566536d955e3f71c8e3ae8 (diff)
downloadhorizon-a4d58e7101cb7ccded2d8cd233d051b48a45ee5c.tar.gz
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
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index 3057c3231..9c964482a 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -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