diff options
Diffstat (limited to 'tests/.jshintrc')
-rw-r--r-- | tests/.jshintrc | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/tests/.jshintrc b/tests/.jshintrc new file mode 100644 index 000000000..783237218 --- /dev/null +++ b/tests/.jshintrc @@ -0,0 +1,59 @@ +{ + "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", + "JSHINT" + ] +}
\ No newline at end of file |