From a22879824b61f5ba0d8edcc637fbcff30fc2959d Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Thu, 5 May 2022 12:46:19 +0100 Subject: [PATCH] Disabled lint on api-version-compat service temporarily - We're in the process of bringing this service together - It needs refactoring, and that will move most of the code back to utils --- core/server/services/api-version-compatibility/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/server/services/api-version-compatibility/index.js b/core/server/services/api-version-compatibility/index.js index 299a51e63f..fc1ef1be9f 100644 --- a/core/server/services/api-version-compatibility/index.js +++ b/core/server/services/api-version-compatibility/index.js @@ -1,3 +1,4 @@ +/* eslint-disable max-lines */ const routeMatch = require('path-match')(); const APIVersionCompatibilityService = require('@tryghost/api-version-compatibility-service'); const VersionNotificationsDataService = require('@tryghost/version-notifications-data-service');