UNPKG

xo

Version:

JavaScript/TypeScript linter (ESLint wrapper) with great defaults

8 lines (7 loc) 286 B
import { type Linter } from 'eslint'; import { type XoConfigItem } from './types.js'; /** Takes an XO flat config and returns an ESLint flat config. */ export declare function xoToEslintConfig(flatXoConfig: XoConfigItem[] | undefined): Linter.Config[]; export default xoToEslintConfig;