UNPKG

xo

Version:

JavaScript/TypeScript linter (ESLint wrapper) with great defaults

10 lines (9 loc) 273 B
import { type LinterOptions, type XoConfigItem } from './types.js'; /** Finds the XO config file. */ export declare function resolveXoConfig(options: LinterOptions): Promise<{ flatOptions: XoConfigItem[]; flatConfigPath: string; }>; export default resolveXoConfig;