X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=.jshintrc;h=b50bc1fc9053a4143658bd9a3bca4ecfc7f4357c;hb=64ca7a2e6437b9d050ad42e60b27475bc01efeb5;hp=fb5e56261cb9b099f6bd3838fa82fbbd01a0301a;hpb=46fd90891e949491786930cd562992417efe9614;p=dygraphs.git diff --git a/.jshintrc b/.jshintrc index fb5e562..b50bc1f 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,8 +1,18 @@ { - "browser": true, + "newcap": true, + "noarg": true, "shadow": true, + "strict": true, + "forin": true, + "immed": true, + "latedef": true, + "nonbsp": true, + "undef": true, + + "browser": true, "devel": true, "globals": { + "DEBUG": true }, "maxerr": 100000 }