client/annotviz/.jshintrc
author rougeronj
Fri, 23 Jan 2015 00:43:54 +0100
changeset 128 9f2334598088
parent 85 eff9460bd4f2
permissions -rw-r--r--
add archive variable to desactivate the socket listening for the static timeLines

{
  "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
}