Ghost/core/server/api/v0.1
renovate[bot] db53ac0721 Update Test & linting packages (major) (#10858)
no issue 

- Updated Test & linting packages
- Updated use of hasOwnProperty
- Using Object.prototype.hasOwnProperty instead (ref. eslint.org/docs/rules/no-prototype-builtins)
- Removed already defined built-in global variable Intl
- Applied `--fix` with lint command on `core/test` folder
- The rules were broken because some of them were made stricter for `eslint: recommended` ruleset (ref. https://eslint.org/docs/user-guide/migrating-to-6.0.0#eslint-recommended-changes)
- Removed redundant global variable declarations to pass linting
2019-07-05 13:40:43 +02:00
..
decorators Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
authentication.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
clients.js
configuration.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
db.js
index.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
invites.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
mail.js
notifications.js
oembed.js
posts.js
redirects.js Extracted frontend code from redirects API controllers (#10798) 2019-06-21 16:50:16 +02:00
roles.js
schedules.js
settings.js Moved settings dynamicRouting to routing.settings 2019-06-21 16:34:17 +02:00
slack.js
slugs.js
subscribers.js
tags.js
themes.js Themes controllers code extraction (#10818) 2019-07-01 16:56:23 +02:00
upload.js
users.js
utils.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
webhooks.js