summaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
authorMichael Krotscheck <krotscheck@gmail.com>2015-11-12 15:03:06 -0800
committerMichael Krotscheck <krotscheck@gmail.com>2015-11-18 10:14:28 -0800
commit2aa78ad0b713561bc782531b7c0c2d77894e2519 (patch)
tree29ed38891ffb5c1b2232211d894c4bf272a327ac /.eslintrc
parent74a57b7b43885a8afe8ea179489f1f3bdd1d058c (diff)
downloadhorizon-2aa78ad0b713561bc782531b7c0c2d77894e2519.tar.gz
Enable no-unused-vars
This enables the no-unused-vars rule from the upstream eslint-config-openstack, and corrects all linting errors found. Change-Id: I9f5fb29cd9b2429698819ecf556ced933378b081
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index d60fef540..c1f5a5907 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -28,7 +28,6 @@ rules:
valid-jsdoc: 1
no-undefined: 1
brace-style: 1
- no-unused-vars: 1
strict: 1
no-extra-parens: 1
eqeqeq: 1