From 2aa78ad0b713561bc782531b7c0c2d77894e2519 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Thu, 12 Nov 2015 15:03:06 -0800 Subject: 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 --- .eslintrc | 1 - 1 file changed, 1 deletion(-) (limited to '.eslintrc') 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 -- cgit v1.2.1