From 74886b7dc4fcdac37ad1d38603608d667f008540 Mon Sep 17 00:00:00 2001 From: Ashley Engelund Date: Wed, 5 Dec 2018 12:36:38 -0800 Subject: [PATCH] Update .eslintrc --- .eslintrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index 46f8284b7..8127a8b3e 100644 --- a/.eslintrc +++ b/.eslintrc @@ -63,7 +63,7 @@ rules: no-case-declarations: 2 no-div-regex: 2 no-else-return: 0 - no-labels: 2 + no-labels: 0 no-empty-pattern: 2 no-eq-null: 2 no-eval: 2 @@ -75,7 +75,6 @@ rules: no-implied-eval: 2 no-invalid-this: 0 no-iterator: 2 - no-labels: 0 no-lone-blocks: 2 no-loop-func: 2 no-magic-number: 0