changeset 85 | eff9460bd4f2 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/annotviz/.jshintrc Tue Jan 13 10:46:05 2015 +0100 @@ -0,0 +1,21 @@ +{ + "node": true, + "esnext": true, + "bitwise": true, + "camelcase": true, + "curly": true, + "eqeqeq": true, + "immed": true, + "indent": 4, + "latedef": true, + "newcap": true, + "noarg": true, + "quotmark": "single", + "regexp": true, + "undef": true, + "unused": true, + "strict": true, + "trailing": true, + "smarttabs": true, + "white": false +}