From 55562bffca83d8259ddb8d108f12a304fcbd704f Mon Sep 17 00:00:00 2001 From: Jaden Diefenbaugh <blakcap@users.noreply.github.com> Date: Fri, 10 Feb 2017 14:47:32 +0100 Subject: [PATCH] dont use var, use let/const for block scope --- beat/web/.eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/beat/web/.eslintrc.json b/beat/web/.eslintrc.json index 7b522b41f..0140059de 100644 --- a/beat/web/.eslintrc.json +++ b/beat/web/.eslintrc.json @@ -19,6 +19,7 @@ "error", "always" ], + "no-var": 2, "angular/di": 0, "angular/definedundefined" : 0, "angular/angularelement" : 0, -- GitLab