diff --git a/src/types.ts b/src/types.ts index 9bcab945da..27fd2e42ca 100644 --- a/src/types.ts +++ b/src/types.ts @@ -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 | Promise export type Rules = RuleOptions