UNPKG

knip

Version:

Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects

16 lines (15 loc) 469 B
import type { IsLoadConfig, IsPluginEnabled, ResolveConfig } from '../../types/config.js'; import type { ESLintConfigDeprecated } from './types.js'; export declare const docs: { note: string; }; declare const _default: { title: string; enablers: string[]; isEnabled: IsPluginEnabled; packageJsonPath: string; config: string[]; isLoadConfig: IsLoadConfig; resolveConfig: ResolveConfig<ESLintConfigDeprecated>; }; export default _default;