client/.jshintrc
changeset 0 cef349423167
child 2 36ccc573af9a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/.jshintrc	Wed Jun 11 01:26:59 2014 +0200
@@ -0,0 +1,24 @@
+{
+  "browser": true,
+  "node": true,
+  "esnext": true,
+  "bitwise": true,
+  "camelcase": true,
+  "eqeqeq": true,
+  "immed": true,
+  "indent": 4,
+  "latedef": true,
+  "newcap": true,
+  "noarg": true,
+  "quotmark": "single",
+  "regexp": true,
+  "undef": true,
+  "unused": true,
+  "globalstrict": true,
+  "strict": true,
+  "trailing": true,
+  "smarttabs": true,
+  "indent": 2,
+  "predef": ["angular"],
+  "devel": true
+}