https://github.com/ContentMine/quickscrape
Raw File
Tip revision: 45a015f06c08998d8f5710e9520136433a77b159 authored by Richard Smith on 10 July 2014, 14:53:15 UTC
Release v0.2.3.
Tip revision: 45a015f
.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