Skip to content

Commit b4e4946

Browse files
authored
fix: ts error from cb29b1a (#782)
1 parent f6d1a56 commit b4e4946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const defaultPluginRenaming = {
8282
* The merged ESLint configurations.
8383
*/
8484
export function antfu(
85-
options: OptionsConfig & Omit<TypedFlatConfigItem, 'files'> = {},
85+
options: OptionsConfig & Omit<TypedFlatConfigItem, 'files' | 'ignores'> = {},
8686
...userConfigs: Awaitable<TypedFlatConfigItem | TypedFlatConfigItem[] | FlatConfigComposer<any, any> | Linter.Config[]>[]
8787
): FlatConfigComposer<TypedFlatConfigItem, ConfigNames> {
8888
const {

0 commit comments

Comments
 (0)