From fe6d645648b51f56d6b12d638599638a4d45e6d6 Mon Sep 17 00:00:00 2001 From: Aly Merchant Date: Mon, 26 Oct 2015 14:03:21 -0400 Subject: [PATCH] chore(build): shut off use strict checks Use strict checking is superceded by use of Babel which liberally inserts them anywhere it can. --- .jshintrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.jshintrc b/.jshintrc index 53628e65..057073a3 100644 --- a/.jshintrc +++ b/.jshintrc @@ -18,7 +18,6 @@ "quotmark": "single", "undef": true, "unused": true, - "strict": true, "maxparams": 10, "maxdepth": 5, "maxstatements": 40, @@ -58,4 +57,4 @@ "angular": false, "$": false } -} \ No newline at end of file +}