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-08 15:02:12 -0400 |
commit | 8f9310609a976cb531597586cdb5a62af31f0576 (patch) | |
tree | 7a2e6afa9504d732f5166b55f10beca9524a349e /ui | |
parent | d7ea0e5e519da8be0eed08a0db07f752114b752a (diff) | |
download | jquery-ui-8f9310609a976cb531597586cdb5a62af31f0576.tar.gz jquery-ui-8f9310609a976cb531597586cdb5a62af31f0576.zip |
Updated .jshintrc settings.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/.jshintrc | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/ui/.jshintrc b/ui/.jshintrc index 578ee94a1..a5d36e1d3 100644 --- a/ui/.jshintrc +++ b/ui/.jshintrc @@ -1,17 +1,21 @@ { - "browser": true, + "boss": true, "curly": true, - "eqnull": true, "eqeqeq": true, + "eqnull": true, "expr": true, - "jquery": true, - "latedef": true, + "immed": true, "noarg": true, "onevar": true, "quotmark": "double", + "smarttabs": true, "trailing": true, "undef": true, "unused": true, + + "browser": true, + "jquery": true, + "globals": { "Globalize": false } |