0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/api/canary
Hannah Wolfe 59a3a67683
Added eslint override for index.js false positives
- Unquestionably, at some point we need to rework the API code so that we have less stuff everywhere
- However, the max-lines index.js rule exists as a proxy to find index.js files which are not exposing Public API, but rather contain logic
- These 6 cases are all valid index.js files as the expose the Public API of the module
- Therefore, I've added an override and an override notice explaining.
2021-08-13 12:48:49 +01:00
..
utils Added eslint override for index.js false positives 2021-08-13 12:48:49 +01:00
actions.js
authentication.js Fixed function complexity linting warning 2021-08-12 15:38:58 +04:00
authors-public.js
config.js
db.js
email-post.js Added an internal API for email-only posts 2021-08-13 10:12:54 +04:00
email-preview.js Added support for segmented email content in previews and test emails 2021-07-27 16:31:41 +01:00
email.js
identities.js
images.js
index.js Added eslint override for index.js false positives 2021-08-13 12:48:49 +01:00
integrations.js
invites.js
labels.js
mail.js
members.js Refactored Members controller bulkDestroy (#13221) 2021-08-12 15:26:25 +01:00
memberSigninUrls.js
membersStripeConnect.js
notifications.js
oembed.js
pages-public.js
pages.js Refactored posts service instantiation logic 2021-08-06 11:57:54 +04:00
posts-public.js
posts.js Refactored posts service instantiation logic 2021-08-06 11:57:54 +04:00
preview.js
products-public.js
products.js
redirects.js
roles.js
schedules.js
session.js
settings-public.js
settings.js
site.js
slack.js
slugs.js
snippets.js
tags-public.js
tags.js
themes.js
users.js
webhooks.js