Skip to content

Commit

Permalink
chore: export FlatConfigComposer type
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 15, 2024
1 parent 7604b56 commit 9c52655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import type { Options as VueBlocksOptions } from 'eslint-processor-vue-blocks'
import type { ConfigNames, RuleOptions } from './typegen'
import type { VendoredPrettierOptions } from './vendor/prettier-types'

export type { FlatConfigComposer } from 'eslint-flat-config-utils'

export type Awaitable<T> = T | Promise<T>

export type Rules = RuleOptions
Expand Down

0 comments on commit 9c52655

Please sign in to comment.