UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

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