Ghost/core/server/api/v2/utils
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
..
serializers Added eslint override for index.js false positives 2021-08-13 12:48:49 +01:00
validators Handled visibility filter in post/page API 2021-07-05 17:10:45 +05:30
index.js Added comments for Ghost API 2019-05-06 14:49:25 +02:00
permissions.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00