UNPKG

@typescript-eslint/eslint-plugin

Version:
16 lines (15 loc) 566 B
export type Options = [ { allowAny?: boolean; allowBoolean?: boolean; allowNullish?: boolean; allowNumberAndString?: boolean; allowRegExp?: boolean; skipCompoundAssignments?: boolean; } ]; export type MessageIds = 'bigintAndNumber' | 'invalid' | 'mismatched'; 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;