Skip to content

Commit

Permalink
fix(modkit): rule type
Browse files Browse the repository at this point in the history
Update rule.ts
  • Loading branch information
VirgilClyne committed Nov 22, 2024
1 parent d631f8b commit 29f58a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/modkit/shared/src/types/source/rule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ export interface RuleSetRule {
description?: string;
}

export type ModuleRule = `${Exclude<RuleType, 'RULE-SET'>},${string}` | RuleSetRule;
export type ModuleRule = `# ${string}` | `${Exclude<RuleType, 'RULE-SET'>},${string}` | RuleSetRule;

0 comments on commit 29f58a6

Please sign in to comment.