https://github.com/facundoolano/google-play-scraper
Raw File
Tip revision: 2fa6157d833bc57223c63beb5123cdb3f336172d authored by Nick Krantz on 14 February 2024, 19:12:05 UTC
update `IReviewsResult` to have `data` attribute rather than `reviews` (#674)
Tip revision: 2fa6157
.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