elearning/Frontend-Learner/node_modules/eslint-plugin-import-x/lib/rules/newline-after-import.d.ts
2026-01-13 10:48:02 +07:00

9 lines
383 B
TypeScript

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;