revert change to demo.html from 1.1.1
[dygraphs.git] / .jshintrc
index fb5e562..72e44f8 100644 (file)
--- a/.jshintrc
+++ b/.jshintrc
@@ -1,8 +1,19 @@
 {
-  "browser": true,
+  "newcap": true,
+  "noarg": true,
   "shadow": true,
+  "strict": true,
+  "forin": true,
+  "immed": true,
+  "latedef": true,
+  "nonbsp": true,
+  "undef": true,
+  "sub": true,
+
+  "browser": true,
   "devel": true,
   "globals": {
+    "DEBUG": true
   },
   "maxerr": 100000
 }