UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

5 lines (4 loc) 242 B
import { RuleConverter } from "../ruleConverter"; export declare const ForbiddenOtherNonBooleanTypes = "String, number, enum, and mixed union types are now forbidden."; export declare const convertStrictBooleanExpressions: RuleConverter;