UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

8 lines (7 loc) 251 B
import { ErrorSummary } from "./errorSummary"; export declare class ConfigurationError implements ErrorSummary { private readonly error; private readonly complaint; constructor(error: Error, complaint: string); getSummary(): string; }