@eslint-types/typescript-eslint
Version:
TypeScript definitions for eslint-define-config
14 lines (12 loc) • 396 B
TypeScript
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?];