From 47b1b48adc0cdeb739b7f513870679170666e281 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 1 Jun 2017 20:02:06 +0000 Subject: [PATCH] no-var --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 45524993..e493cb38 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -61,6 +61,7 @@ "no-new-require": "error", "no-path-concat": "error", "no-console": 0, + "no-var": "error", "array-bracket-spacing": "error", "block-spacing": "error",