From 59a8b2bb8f8c48c43c634c05369d5ec3d882be94 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 17 Sep 2018 21:17:27 -0700 Subject: [PATCH] Enable no-var in eslint --- .eslintrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.yml b/.eslintrc.yml index bed57fbc4..65f1dce6c 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -11,3 +11,4 @@ rules: block-scoped-var: error eqeqeq: error no-warning-comments: warn + no-var: error