https://github.com/ContentMine/quickscrape
Revision 5eef420b48651e50cf381681d09c1b967f331334 authored by Richard Smith-Unna on 06 May 2015, 10:14:53 UTC, committed by Richard Smith-Unna on 06 May 2015, 10:14:53 UTC
1 parent 8448f0b
Raw File
Tip revision: 5eef420b48651e50cf381681d09c1b967f331334 authored by Richard Smith-Unna on 06 May 2015, 10:14:53 UTC
Clarify installation instructions (see #41)
Tip revision: 5eef420
.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