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
This commit is contained in:
Hannah Wolfe 2022-05-05 12:46:19 +01:00
parent 648530009d
commit a22879824b
No known key found for this signature in database
GPG Key ID: AB586C3B5AE5C037

View File

@ -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');