diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-20 09:38:04 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-20 11:19:27 -0400 |
commit | a1665402511eb99e9c1a29a47262763cb3a3ba68 (patch) | |
tree | 2a8f77b93d6c8a3e99a249867b81060fb47c85de /tests/.jshintrc | |
parent | 33df9b788d3f60459c43acbfefdfeef8a07ce632 (diff) | |
download | jquery-ui-a1665402511eb99e9c1a29a47262763cb3a3ba68.tar.gz jquery-ui-a1665402511eb99e9c1a29a47262763cb3a3ba68.zip |
Use .jshintrc files.
Diffstat (limited to 'tests/.jshintrc')
-rw-r--r-- | tests/.jshintrc | 58 |
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 |