UNPKG

@typescript-eslint/eslint-plugin

Version:
12 lines 469 B
export type PreferOptionalChainMessageIds = 'optionalChainSuggest' | 'preferOptionalChain'; export interface PreferOptionalChainOptions { allowPotentiallyUnsafeFixesThatModifyTheReturnTypeIKnowWhatImDoing?: boolean; checkAny?: boolean; checkBigInt?: boolean; checkBoolean?: boolean; checkNumber?: boolean; checkString?: boolean; checkUnknown?: boolean; requireNullish?: boolean; } //# sourceMappingURL=PreferOptionalChainOptions.d.ts.map