diff options
author | Michael Krotscheck <krotscheck@gmail.com> | 2015-11-23 10:37:44 -0800 |
---|---|---|
committer | Michael Krotscheck <krotscheck@gmail.com> | 2015-12-23 09:47:20 -0800 |
commit | c6c7110a9cc922600b881df8c39c8128dec362b2 (patch) | |
tree | 0f3252eec00e80fa866358b4b166ee27367cbc1c /.eslintrc | |
parent | 4e52904000dc1a01fb4e513a58d2b05e2f3b02eb (diff) | |
download | horizon-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-- | .eslintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -32,7 +32,6 @@ rules: callback-return: 1 guard-for-in: 1 block-scoped-var: 1 - no-redeclare: 1 no-new: 1 ############################################################################# |