From 62649b391540d080f46ee14d9e8b215baa185428 Mon Sep 17 00:00:00 2001 From: Amir Jafarian Date: Mon, 15 Aug 2016 21:51:36 -0400 Subject: [PATCH] Fix typo --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 6406ac9c..9cafbbd9 100644 --- a/.eslintrc +++ b/.eslintrc @@ -6,7 +6,7 @@ "ignoreUrls": true, "ignorePattern": "^\\s*var\\s.+=\\s*(require\\s*\\()|(/)" }], - // NOTE(bajtos) we should eventuall remove this override + // NOTE(bajtos) we should eventually remove this override // and fix all of those 100+ violations "one-var": "off" }