Skip to content
Snippets Groups Projects
Commit df669949 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: fix lint

parent c5ee8abf
No related merge requests found
......@@ -6,11 +6,11 @@ import * as configParser from '../../config';
import { getErrors, logger, setMeta } from '../../logger';
import { initPlatform } from '../../platform';
import { setUtilConfig } from '../../util';
import * as cache from '../../util/cache/global/file';
import { setEmojiConfig } from '../../util/emoji';
import * as hostRules from '../../util/host-rules';
import * as repositoryWorker from '../repository';
import { autodiscoverRepositories } from './autodiscover';
import * as cache from '../../util/cache/global/file';
import * as limits from './limits';
type RenovateConfig = configParser.RenovateConfig;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment