UNPKG

@typescript-eslint/eslint-plugin

Version:
13 lines 854 B
import type { TSESTree } from '@typescript-eslint/utils'; import type { InferMessageIdsTypeFromRule, InferOptionsTypeFromRule } from '../util'; declare const baseRule: import("@typescript-eslint/utils/ts-eslint").RuleModule<"unexpected", [], unknown, { 'ClassBody:exit'(): void; 'MethodDefinition, PropertyDefinition'(node: TSESTree.MethodDefinition | TSESTree.PropertyDefinition): void; ClassBody(): void; Program(): void; }>; export type Options = InferOptionsTypeFromRule<typeof baseRule>; export type MessageIds = InferMessageIdsTypeFromRule<typeof baseRule>; declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"unexpected", [], import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>; export default _default; //# sourceMappingURL=no-dupe-class-members.d.ts.map