UNPKG

@empathyco/eslint-config

Version:
8 lines (5 loc) 258 B
import { Linter } from 'eslint'; import antfu from '@antfu/eslint-config'; type AntfuParams = Parameters<typeof antfu>; declare function empathyco(options?: AntfuParams[0], ...userConfigs: AntfuParams[1][]): Promise<Linter.Config[]>; export { empathyco };