UNPKG

eslint-doc-generator

Version:

Automatic documentation generator for ESLint plugins and rules.

7 lines (6 loc) 284 B
import type { Context } from './context.js'; /** * Generate a rule doc header for a particular rule. * @returns new header including marker */ export declare function generateRuleHeaderLines(context: Context, description: string | undefined, name: string, isMdx: boolean): string;