Ghost/ghost/stats-service
Fabien 'egg' O'Carroll 35bc5fa08a
Fixed no-shadow lint warnings (#15520)
We're planning to change this from a warning to an error and need to
clean the codebase up before we do so.

In all of these cases the shadowing was known about and was not
causing unexpected behaviour, so the refactor consists entirely of
renaming, rather than refactoring/bug fixes.
2022-10-03 15:50:28 +01:00
..
lib Updated empty referrer source to null (#15456) 2022-09-22 20:58:45 +05:30
test Fixed no-shadow lint warnings (#15520) 2022-10-03 15:50:28 +01:00
.eslintrc.js Moved Stats Service from Ghost 2022-04-21 13:10:33 +01:00
index.js Moved Stats Service from Ghost 2022-04-21 13:10:33 +01:00
package.json Update dependency sqlite3 to v5.1.2 2022-10-03 14:21:24 +07:00
README.md Cleanup Stats-Service package files 2022-09-20 14:28:11 +01:00

Stats

Stats service

Usage

Test

  • yarn lint run just eslint
  • yarn test run lint and tests