mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 08:31:43 +03:00
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:
parent
648530009d
commit
a22879824b
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user