UNPKG

@eslint-types/typescript-eslint

Version:
14 lines (12 loc) 396 B
export interface Schema0 { allowString?: boolean; allowNumber?: boolean; allowNullableObject?: boolean; allowNullableBoolean?: boolean; allowNullableString?: boolean; allowNullableNumber?: boolean; allowNullableEnum?: boolean; allowAny?: boolean; allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing?: boolean; } export type StrictBooleanExpressionsRuleOptions = [Schema0?];