Files
memecoin-botV2/.pnpm-store/v10/files/c3/94afd1408dc603a31e662dc0d028bff5af818d34715ab78c4a7b60c4f64ee2c26f24ab277e350edd53b6a6ac268cac9cf568428313c4fd7dcfa1921f442b54

16 lines
598 B
Plaintext

export type Options = [
{
allowAny?: boolean;
allowedPromiseNames?: string[];
checkArrowFunctions?: boolean;
checkFunctionDeclarations?: boolean;
checkFunctionExpressions?: boolean;
checkMethodDeclarations?: boolean;
}
];
export type MessageIds = 'missingAsync' | 'missingAsyncHybridReturn';
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;