X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2F.jshintrc;fp=auto_tests%2F.jshintrc;h=46ac7f50452ee0ac4b5fdca095de0fad7ce672f6;hb=3123ca57f71d145bb5bcc4a2f754d3dff3225346;hp=0000000000000000000000000000000000000000;hpb=26ee953643ccd2d32e38e6b60b20e6a01c1dc9ba;p=dygraphs.git diff --git a/auto_tests/.jshintrc b/auto_tests/.jshintrc new file mode 100644 index 0000000..46ac7f5 --- /dev/null +++ b/auto_tests/.jshintrc @@ -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 + } +}