From 6acedc3baede4cf9a05f2d55ef84438506765575 Mon Sep 17 00:00:00 2001 From: Amir Jafarian Date: Wed, 19 Oct 2016 17:01:49 -0400 Subject: [PATCH] update eslintrc according to master branch --- .eslintrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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