From 89aedaba01701bdce545f8b9ea58c54e3f27991b Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 5 Feb 2016 00:10:42 -0800 Subject: [PATCH] remove duplicate rule --- eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/eslintrc.json b/eslintrc.json index 6314ff0c..16a308fd 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -73,7 +73,6 @@ "no-irregular-whitespace": 2, "no-iterator": 2, "no-label-var": 2, - "no-labels": 2, "no-labels": [2, { "allowLoop": false, "allowSwitch": false }], "no-lone-blocks": 2, "no-mixed-spaces-and-tabs": 2,