UNPKG

@typescript-eslint/eslint-plugin

Version:
13 lines (12 loc) 606 B
export type OptionString = 'array' | 'array-simple' | 'generic'; export type Options = [ { default: OptionString; readonly?: OptionString; } ]; export type MessageIds = 'errorStringArray' | 'errorStringArrayReadonly' | 'errorStringArraySimple' | 'errorStringArraySimpleReadonly' | 'errorStringGeneric' | 'errorStringGenericSimple'; 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;