From fcaef889682d6724f7b8e662c66a7539a95ae3d8 Mon Sep 17 00:00:00 2001 From: Mike Sherov Date: Tue, 16 Oct 2012 11:26:14 -0400 Subject: Clean up jshintrc configs. Close gh-983. --- .jshintrc | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to '.jshintrc') diff --git a/.jshintrc b/.jshintrc index 1c2f7c2b0..5ff1e697d 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,12 +1,16 @@ { - "curly": true, - "eqnull": true, - "eqeqeq": true, - "expr": true, - "latedef": true, - "noarg": true, - "quotmark": "double", - "smarttabs": true, - "trailing": true, - "undef": true + "options": { + "curly": true, + "eqeqeq": true, + "eqnull": true, + "expr": true, + "latedef": true, + "noarg": true, + "node": true, + "quotmark": "double", + "smarttabs": true, + "trailing": true, + "undef": true, + "unused": true + } } -- cgit v1.2.3