UNPKG

@eslint-types/import

Version:
12 lines (10 loc) 215 B
export interface Schema0 { commonjs?: boolean; amd?: boolean; esmodule?: boolean; /** * @minItems 1 */ ignore?: [string, ...string[]]; } export type NoRelativeParentImportsRuleOptions = [Schema0?];