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" }