UNPKG

wang-lint-cli

Version:
4 lines (3 loc) 199 B
import { ESLint } from 'eslint'; import type { Config, PKG, ScanOptions } from '../../types'; export declare function getESLintConfig(opts: ScanOptions, pkg: PKG, config: Config): ESLint.Options;