diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-04-08 15:02:12 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-04-17 15:25:17 -0400 |
commit | a798459636fb1a86f16acd703465b2c7bc0e3aec (patch) | |
tree | 669523f5514f67dba05713f8ca564eb4711583ca /tests | |
parent | ef26587194efe66cea27d729fb9f06dcfe4b61a6 (diff) | |
download | jquery-ui-a798459636fb1a86f16acd703465b2c7bc0e3aec.tar.gz jquery-ui-a798459636fb1a86f16acd703465b2c7bc0e3aec.zip |
Updated .jshintrc settings.
(cherry picked from commit 8f9310609a976cb531597586cdb5a62af31f0576)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.jshintrc | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/tests/.jshintrc b/tests/.jshintrc index b987c5df6..26f47fcee 100644 --- a/tests/.jshintrc +++ b/tests/.jshintrc @@ -1,18 +1,22 @@ { - "browser": true, + "boss": true, "curly": true, - "eqnull": true, "eqeqeq": true, + "eqnull": true, "expr": true, - "evil": true, - "jquery": true, - "latedef": true, + "immed": true, "noarg": true, "onevar": true, "quotmark": "double", + "smarttabs": true, "trailing": true, "undef": true, "unused": true, + + "browser": true, + "evil": true, + "jquery": true, + "globals": { "asyncTest": false, "closeEnough": false, @@ -34,4 +38,4 @@ "TestHelpers": true, "JSHINT": false } -}
\ No newline at end of file +} |