Files
memecoin-botV2/.pnpm-store/v10/files/20/506482a82b69a915a2b03d4f39ccf9eff497e1abe92860e49cd2a752c78be57870bb39dab9df4d9dc8aa3951d359876ef5db79a4ba9ae883f2cfc2fd9040bd

13 lines
643 B
Plaintext

export type MessageIds = 'comparingNullableToFalse' | 'comparingNullableToTrueDirect' | 'comparingNullableToTrueNegated' | 'direct' | 'negated' | 'noStrictNullCheck';
export type Options = [
{
allowComparingNullableBooleansToFalse?: boolean;
allowComparingNullableBooleansToTrue?: boolean;
allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing?: boolean;
}
];
declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, Options, import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
name: string;
};
export default _default;