summaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
authorMichael Krotscheck <krotscheck@gmail.com>2015-11-23 10:37:44 -0800
committerMichael Krotscheck <krotscheck@gmail.com>2015-12-23 09:47:20 -0800
commitc6c7110a9cc922600b881df8c39c8128dec362b2 (patch)
tree0f3252eec00e80fa866358b4b166ee27367cbc1c /.eslintrc
parent4e52904000dc1a01fb4e513a58d2b05e2f3b02eb (diff)
downloadhorizon-c6c7110a9cc922600b881df8c39c8128dec362b2.tar.gz
Enable no-redeclare
This enables the no-redeclare linting rule from eslint-config-openstack, and corrects any errors found. Change-Id: I2835b3ee9e20b735901315aa19919eb810cf5b75
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index d8b07c2b1..4ee886d18 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -32,7 +32,6 @@ rules:
callback-return: 1
guard-for-in: 1
block-scoped-var: 1
- no-redeclare: 1
no-new: 1
#############################################################################