From d2435ead36de361cd6094731f57de076320ec45d Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Tue, 9 Apr 2013 11:45:09 -0400 Subject: Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755. Conflicts: src/.jshintrc src/data.js test/unit/attributes.js test/unit/core.js test/unit/data.js test/unit/event.js test/unit/manipulation.js test/unit/queue.js test/unit/traversing.js test/unit/wrap.js --- .jshintrc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to '.jshintrc') diff --git a/.jshintrc b/.jshintrc index 4f0431ddc..13a9e01b9 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,14 +1,17 @@ { + "boss": true, "curly": true, "eqeqeq": true, - "latedef": true, + "eqnull": true, + "expr": true, + "immed": true, "noarg": true, - "noempty": true, + "onevar": true, "quotmark": "double", + "smarttabs": true, + "trailing": true, "undef": true, "unused": true, - "strict": true, - "trailing": true, "node": true -} +} \ No newline at end of file -- cgit v1.2.3