aboutsummaryrefslogtreecommitdiffstats
path: root/tests/.jshintrc
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-04-20 09:38:04 -0400
committerScott González <scott.gonzalez@gmail.com>2012-04-20 11:19:27 -0400
commita1665402511eb99e9c1a29a47262763cb3a3ba68 (patch)
tree2a8f77b93d6c8a3e99a249867b81060fb47c85de /tests/.jshintrc
parent33df9b788d3f60459c43acbfefdfeef8a07ce632 (diff)
downloadjquery-ui-a1665402511eb99e9c1a29a47262763cb3a3ba68.tar.gz
jquery-ui-a1665402511eb99e9c1a29a47262763cb3a3ba68.zip
Use .jshintrc files.
Diffstat (limited to 'tests/.jshintrc')
-rw-r--r--tests/.jshintrc58
1 files changed, 58 insertions, 0 deletions
diff --git a/tests/.jshintrc b/tests/.jshintrc
new file mode 100644
index 000000000..2db023452
--- /dev/null
+++ b/tests/.jshintrc
@@ -0,0 +1,58 @@
+{
+ "browser": true,
+ "curly": true,
+ "eqnull": true,
+ "eqeqeq": true,
+ "expr": true,
+ "evil": true,
+ "jquery": true,
+ "latedef": true,
+ "noarg": true,
+ "onevar": true,
+ "smarttabs": true,
+ "trailing": true,
+ "undef": true,
+ "predef": [
+ "addMonths",
+ "asyncTest",
+ "container",
+ "deepEqual",
+ "d1",
+ "d2",
+ "dlg",
+ "domEqual",
+ "drag",
+ "dragged",
+ "el",
+ "equal",
+ "equalsDate",
+ "expect",
+ "Globalize",
+ "heightAfter",
+ "init",
+ "isNotOpen",
+ "isOpen",
+ "modal",
+ "module",
+ "moved",
+ "notEqual",
+ "offsetAfter",
+ "offsetBefore",
+ "ok",
+ "PROP_NAME",
+ "QUnit",
+ "restoreScroll",
+ "shouldBeDroppable",
+ "shouldmove",
+ "shouldNotBeDroppable",
+ "shouldnotmove",
+ "shouldnotresize",
+ "shouldresize",
+ "start",
+ "strictEqual",
+ "stop",
+ "test",
+ "TestHelpers",
+ "widthAfter"
+ ]
+} \ No newline at end of file