https://github.com/ContentMine/quickscrape
Revision 9e36288953ab099309ca0df3cb8ef3a11155fe47 authored by Richard Smith-Unna on 31 March 2015, 09:06:02 UTC, committed by Richard Smith-Unna on 31 March 2015, 09:06:02 UTC
1 parent c86dabe
Raw File
Tip revision: 9e36288953ab099309ca0df3cb8ef3a11155fe47 authored by Richard Smith-Unna on 31 March 2015, 09:06:02 UTC
tidy bibjson html capture
Tip revision: 9e36288
.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