aboutsummaryrefslogtreecommitdiffstats
path: root/tests/.jshintrc
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2013-04-08 15:02:12 -0400
committerScott González <scott.gonzalez@gmail.com>2013-04-08 15:02:12 -0400
commit8f9310609a976cb531597586cdb5a62af31f0576 (patch)
tree7a2e6afa9504d732f5166b55f10beca9524a349e /tests/.jshintrc
parentd7ea0e5e519da8be0eed08a0db07f752114b752a (diff)
downloadjquery-ui-8f9310609a976cb531597586cdb5a62af31f0576.tar.gz
jquery-ui-8f9310609a976cb531597586cdb5a62af31f0576.zip
Updated .jshintrc settings.
Diffstat (limited to 'tests/.jshintrc')
-rw-r--r--tests/.jshintrc16
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
+}