UNPKG

eslint-doc-generator

Version:

Automatic documentation generator for ESLint plugins and rules.

6 lines (5 loc) 270 B
import type { Plugin, ConfigsToRules } from './types.js'; /** * ESLint configs can extend other configs, so for convenience, let's resolve all the rules in each config upfront. */ export declare function resolveConfigsToRules(plugin: Plugin): Promise<ConfigsToRules>;