From 739ba96318f65d2f2c3c80772519fc0887a8c798 Mon Sep 17 00:00:00 2001 From: jaubourg Date: Fri, 19 Oct 2012 10:09:52 +0200 Subject: [PATCH] @mikesherov says `strict` is redundant when `node` is already there --- .jshintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 79ed65fc1..5ff1e697d 100644 --- a/.jshintrc +++ b/.jshintrc @@ -9,7 +9,6 @@ "node": true, "quotmark": "double", "smarttabs": true, - "strict": true, "trailing": true, "undef": true, "unused": true -- 2.39.5