From 9c52655894cd76857d7e21f305e6bf1fca4ddbf1 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 15 Dec 2024 15:26:59 +0100 Subject: [PATCH] chore: export FlatConfigComposer type --- src/types.ts | 2 ++ 1 file changed, 2 insertions(+) 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