Merge pull request #565 from danvk/gulp
[dygraphs.git] / auto_tests / .jshintrc
diff --git a/auto_tests/.jshintrc b/auto_tests/.jshintrc
new file mode 100644 (file)
index 0000000..46ac7f5
--- /dev/null
@@ -0,0 +1,22 @@
+{
+  "extends": "../.jshintrc",
+
+  "asi": true,
+  "mocha": true,
+  "strict": false,
+
+  "laxbreak": true,
+
+  "globals": {
+    "assert": true,
+    "Dygraph": true,
+    "DygraphOps": true,
+    "Util": true,
+    "CanvasAssertions": true,
+    "PixelSampler": true,
+    "smoothPlotter": true,
+    "$": true,
+    "DygraphCanvasRenderer": true,
+    "DygraphOptions": true
+  }
+}