From da3d32e2ede0c9252662bb642c75e5a93536ee95 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 4 Jul 2022 14:21:29 +0200 Subject: [PATCH] Fixed straggling use of `canary` naming refs https://github.com/TryGhost/Ghost/commit/c50658953cd37ee685d5701a810d9d6a4fdf3a25 - this was missed in the referenced commit --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 3456ab0865..8342e7b711 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -20,7 +20,7 @@ module.exports = { }, overrides: [ { - files: 'core/server/api/canary/*', + files: 'core/server/api/endpoints/*', rules: { 'ghost/ghost-custom/max-api-complexity': 'error' }