Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Dec 9, 2021
1 parent 2638f36 commit 5542d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workers/global/config/parse/file.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { readFile } from '../../../../util/fs';
import { load } from 'js-yaml';
import JSON5 from 'json5';
import upath from 'upath';
import { migrateConfig } from '../../../../config/migration';
import type { AllConfig, RenovateConfig } from '../../../../config/types';
import { logger } from '../../../../logger';
import { readFile } from '../../../../util/fs';

export async function getParsedContent(file: string): Promise<RenovateConfig> {
switch (upath.extname(file)) {
Expand Down

0 comments on commit 5542d5e

Please sign in to comment.