UNPKG

@eslint-types/import

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