From a6af212e799f87bfbbd65f71cdf639743cb9fe4a Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Sat, 12 Oct 2024 13:22:18 +0200 Subject: [PATCH] fix lint --- lib/util/package-rules/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/package-rules/index.ts b/lib/util/package-rules/index.ts index e835018a6a6c1b..4f2ce60387b461 100644 --- a/lib/util/package-rules/index.ts +++ b/lib/util/package-rules/index.ts @@ -4,8 +4,8 @@ import { mergeChildConfig } from '../../config'; import type { PackageRule, PackageRuleInputConfig } from '../../config/types'; import { logger } from '../../logger'; import type { StageName } from '../../types/skip-reason'; -import matchers from './matchers'; import { compile } from '../template'; +import matchers from './matchers'; async function matchesRule( inputConfig: PackageRuleInputConfig,