we do not want gas factories
[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
deleted file mode 100644 (file)
index c758952..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-       "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"
-       ]
-}