Skip to content

Commit

Permalink
chore(ava/advisor): export type RuleModule (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangMingYouBei committed Mar 24, 2023
1 parent 715854c commit 402f78b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ava/src/advisor/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export interface ScoringResultForChartType {
log?: ScoringResultForRule[];
}

export type { Preferences } from './ruler/types';
export * from './ruler/types';

export interface LinterOptions {
purpose?: Purpose;
Expand Down
1 change: 1 addition & 0 deletions packages/ava/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export type {
Preferences,
LinterOptions,
LintParams,
RuleModule,
} from './advisor';

/* CKB */
Expand Down

0 comments on commit 402f78b

Please sign in to comment.