https://github.com/ContentMine/quickscrape
Revision bbaa653ac3ec0a6b33f5aa808b6886e13fe21f7d authored by Richard Smith on 22 July 2014, 15:56:02 UTC, committed by Richard Smith on 22 July 2014, 15:56:02 UTC
1 parent 38e9720
Raw File
Tip revision: bbaa653ac3ec0a6b33f5aa808b6886e13fe21f7d authored by Richard Smith on 22 July 2014, 15:56:02 UTC
Release v0.2.6.
Tip revision: bbaa653
.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