Revision 9d5654ca1de8488377080755b8648093dc875085 authored by Richard Smith on 27 May 2014, 19:09:01 UTC, committed by Richard Smith on 27 May 2014, 19:09:01 UTC
1 parent 7cc424f
Raw File
.jshintrc
{
  "curly": true,
  "eqeqeq": true,
  "immed": true,
  "latedef": "nofunc",
  "newcap": true,
  "noarg": true,
  "sub": true,
  "undef": true,
  "unused": true,
  "boss": true,
  "eqnull": true,
  "node": true
}
back to top