UNPKG

eslint-doc-generator

Version:

Automatic documentation generator for ESLint plugins and rules.

5 lines (4 loc) 295 B
import type { Context } from './context.js'; export declare const CONFIG_FORMATS: readonly ["name", "plugin-colon-prefix-name", "prefix-name"]; export type ConfigFormat = (typeof CONFIG_FORMATS)[number]; export declare function configNameToDisplay(context: Context, configName: string): string;