UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

11 lines (10 loc) 315 B
import { ConversionError } from "../../../errors/conversionError"; export declare const createStubConverter: (result?: ConversionError | string[]) => () => | ConversionError | { rules: | { ruleName: string; }[] | undefined; };