UNPKG

@typescript-eslint/eslint-plugin

Version:
15 lines (14 loc) 541 B
import type { TypeOrValueSpecifier } from '../util'; export type MessageIds = 'rejectAnError'; export type Options = [ { allow?: TypeOrValueSpecifier[]; allowEmptyReject?: boolean; allowThrowingAny?: boolean; allowThrowingUnknown?: boolean; } ]; declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"rejectAnError", Options, import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; export default _default;