UNPKG

@eslint-types/typescript-eslint

Version:
9 lines (7 loc) 205 B
export interface Schema0 { allowShortCircuit?: boolean; allowTernary?: boolean; allowTaggedTemplates?: boolean; enforceForJSX?: boolean; } export type NoUnusedExpressionsRuleOptions = [Schema0?];