@empathyco/eslint-config
Version:
ESLint and Prettier config preset
8 lines (5 loc) • 302 B
TypeScript
import * as antfu from '@antfu/eslint-config';
import antfu__default from '@antfu/eslint-config';
type AntfuParams = Parameters<typeof antfu__default>;
declare function empathyco(options?: AntfuParams[0], ...userConfigs: AntfuParams[1][]): Promise<antfu.TypedFlatConfigItem[]>;
export { empathyco };