UNPKG

eslint-plugin-import-x

Version:
10 lines (9 loc) 383 B
import type { TSESLint } from '@typescript-eslint/utils'; export interface Options { count?: number; exactCount?: boolean; considerComments?: boolean; } export type MessageId = 'newline'; declare const _default: TSESLint.RuleModule<"newline", [(Options | undefined)?], import("../utils/create-rule.ts").ImportXPluginDocs, TSESLint.RuleListener>; export default _default;