UNPKG

@eslint-types/import

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