imported the whole jquery-ui package, refreshed with 1.10.2
[unfold.git] / third-party / jquery-ui-1.10.2 / ui / .jshintrc
diff --git a/third-party/jquery-ui-1.10.2/ui/.jshintrc b/third-party/jquery-ui-1.10.2/ui/.jshintrc
new file mode 100644 (file)
index 0000000..c758952
--- /dev/null
@@ -0,0 +1,18 @@
+{
+       "browser": true,
+       "curly": true,
+       "eqnull": true,
+       "eqeqeq": true,
+       "expr": true,
+       "jquery": true,
+       "latedef": true,
+       "noarg": true,
+       "onevar": true,
+       "quotmark": "double",
+       "trailing": true,
+       "undef": true,
+       "unused": true,
+       "predef": [
+               "Globalize"
+       ]
+}