diff --git a/.eslintrc b/.eslintrc index 6406ac9c..d90293b6 100644 --- a/.eslintrc +++ b/.eslintrc @@ -6,8 +6,9 @@ "ignoreUrls": true, "ignorePattern": "^\\s*var\\s.+=\\s*(require\\s*\\()|(/)" }], - // NOTE(bajtos) we should eventuall remove this override + // NOTE we should eventually remove this override // and fix all of those 100+ violations - "one-var": "off" + "one-var": "off", + "no-unused-expressions": "off" } -} +} \ No newline at end of file