We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d1a56 commit b4e4946Copy full SHA for b4e4946
src/factory.ts
@@ -82,7 +82,7 @@ export const defaultPluginRenaming = {
82
* The merged ESLint configurations.
83
*/
84
export function antfu(
85
- options: OptionsConfig & Omit<TypedFlatConfigItem, 'files'> = {},
+ options: OptionsConfig & Omit<TypedFlatConfigItem, 'files' | 'ignores'> = {},
86
...userConfigs: Awaitable<TypedFlatConfigItem | TypedFlatConfigItem[] | FlatConfigComposer<any, any> | Linter.Config[]>[]
87
): FlatConfigComposer<TypedFlatConfigItem, ConfigNames> {
88
const {
0 commit comments