From 0bbe3138697437fee7f11de8aa9dad8b472fdde1 Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Thu, 2 Mar 2017 10:42:25 -0500 Subject: [PATCH] Remove no-var ESLint rule --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index c284046f68865b..1b46617a163d24 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -33,7 +33,6 @@ "no-shadow": "error", "no-unreachable": "error", "no-use-before-define": [ "error", "nofunc" ], - "no-var": "error", "object-curly-spacing": [ "error", "always" ], "padded-blocks": [ "error", "never" ], "quote-props": [ "error", "as-needed", { "keywords": true } ],