From 18b7742fc9e5f328f0fd00bacee5226462ad8ae3 Mon Sep 17 00:00:00 2001
From: Jaden Diefenbaugh <blakcap@users.noreply.github.com>
Date: Fri, 3 Feb 2017 11:33:41 +0100
Subject: [PATCH] update eslint

---
 beat/web/.eslintrc.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/beat/web/.eslintrc.json b/beat/web/.eslintrc.json
index 99e42ca23..7b522b41f 100644
--- a/beat/web/.eslintrc.json
+++ b/beat/web/.eslintrc.json
@@ -7,7 +7,8 @@
     "rules": {
         "indent": [
             "error",
-            "tab"
+            "tab",
+            { "SwitchCase": 1 }
         ],
         "linebreak-style": [
             "error",
@@ -18,6 +19,7 @@
             "error",
             "always"
         ],
+        "angular/di": 0,
         "angular/definedundefined" : 0,
         "angular/angularelement" : 0,
         "angular/definedundefined" : 0,
-- 
GitLab