Skip to content

Commit

Permalink
prettier-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Nov 15, 2023
1 parent f97a643 commit 4641ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config-validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ type PackageJson = {
await validate(
file,
fileConfig,
strict && !!process.env.RENOVATE_CONFIG_FILE
strict && !!process.env.RENOVATE_CONFIG_FILE,
);
} catch (err) {
logger.error({ file, err }, 'File is not valid Renovate config');
Expand Down

0 comments on commit 4641ac2

Please sign in to comment.