https://github.com/facundoolano/google-play-scraper
Raw File
Tip revision: 2a5038e8fe5b711f9e9f4d05998652b2b25053a0 authored by Facundo Olano on 15 October 2016, 16:19:35 UTC
3.1.5
Tip revision: 2a5038e
.eslintrc
{
  "env": {
    "es6": true,
    "mocha": true,
    "node": true
  },
  "extends": "semistandard",
  "plugins": [
    "standard"
  ],
  "rules": {
    "no-unused-vars": [2, { "vars": "all", "args": "after-used" }]
  }
}
back to top