Skip to content

Type Alias: UserConfig

ts
type UserConfig = Arrayable<Omit<Options, "config" | "filter">>;

Defined in: src/options/types.ts:406

Options without specifying config file path.

Released under the MIT License.