mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05: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 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
/* eslint-disable max-lines */
|
||||||
const routeMatch = require('path-match')();
|
const routeMatch = require('path-match')();
|
||||||
const APIVersionCompatibilityService = require('@tryghost/api-version-compatibility-service');
|
const APIVersionCompatibilityService = require('@tryghost/api-version-compatibility-service');
|
||||||
const VersionNotificationsDataService = require('@tryghost/version-notifications-data-service');
|
const VersionNotificationsDataService = require('@tryghost/version-notifications-data-service');
|
||||||
|
|
Loading…
Add table
Reference in a new issue