Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Oct 12, 2024
1 parent 7f7a5ec commit a6af212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/package-rules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a6af212

Please sign in to comment.