client/.jshintrc
author rougeronj
Thu, 04 Jun 2015 20:10:38 +0200
changeset 114 e4ffc4e13a8e
parent 2 36ccc573af9a
permissions -rw-r--r--
add a token field to the initialisation of the ammico app so the server can pass it and auto login with jwt

{
  "browser": true,
  "node": true,
  "esnext": true,
  "bitwise": true,
  "camelcase": false,
  "eqeqeq": true,
  "immed": true,
  "indent": 4,
  "latedef": true,
  "newcap": true,
  "noarg": true,
  "quotmark": true,
  "regexp": true,
  "undef": true,
  "unused": true,
  "globalstrict": true,
  "strict": true,
  "trailing": true,
  "smarttabs": true,
  "indent": 2,
  "predef": ["angular"],
  "devel": true
}