Disable `one-var` eslint rule.

This disables the `one-var` eslint rule as it appears to be be
incorrectly raising an error when multiple `for ... in` loops are
used within a single function.

Change-Id: I4043e6656c57ed95e4e359107179261c368340cd
This commit is contained in:
Tim Buckley 2015-12-07 15:30:30 -07:00
parent f2152f29f0
commit 62f35b8ddf
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ env:
rules:
module-setter: 0
one-var: 0