UNPKG

eslint-doc-generator

Version:

Automatic documentation generator for ESLint plugins and rules.

5 lines (4 loc) 128 B
/** * Construct the plugin prefix out of the plugin's name. */ export declare function getPluginPrefix(name: string): string;