Skip to content

Commit

Permalink
fix: ensure all types are exported
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvandenende-wm committed Apr 29, 2024
1 parent 7e6c4d0 commit 5f77dad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import CodeStyle from './plugins/codeStyle';
import TrackCodeFlow from './plugins/trackCodeFlow';
import { PluginWrapperContext, createContext } from './util';

export * from './generated/bslint.schema';

export type RuleSeverity = 'error' | 'warn' | 'info' | 'off';
export type RuleInlineIf = 'never' | 'no-then' | 'then' | 'off';
export type RuleBlockIf = 'no-then' | 'then' | 'off';
Expand Down

0 comments on commit 5f77dad

Please sign in to comment.