IgnoreConfig

IgnoreConfig — API reference.

View source ↗

Type

type IgnoreConfig = (string | RegExp)[] | ((file: string) => boolean | Promise<boolean>);

On this page