Blame view

src/.jshintrc 252 Bytes
David LaPalomento committed
1 2 3
{
  "curly": true,
  "eqeqeq": true,
4 5 6
  "globals": {
    "console": true
  },
David LaPalomento committed
7 8 9 10 11 12 13 14 15 16 17
  "immed": true,
  "latedef": true,
  "newcap": true,
  "noarg": true,
  "sub": true,
  "undef": true,
  "unused": true,
  "boss": true,
  "eqnull": true,
  "browser": true
}