UNPKG

@elsikora/eslint-config

Version:

ESLint configuration vision of ElsiKora

9 lines (8 loc) 408 B
import type { IConfigOptions } from './domain/interface/index'; import type { Linter } from "eslint"; export * from './application/factory/index'; export type * from './domain/interface/index'; export type * from './domain/type/index'; export * from './infrastructure/utility/index'; export declare const createConfig: (options: IConfigOptions) => Promise<Array<Linter.Config>>; export default createConfig;