UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

4 lines (3 loc) 190 B
import { RuleConverter } from "../ruleConverter"; export declare const CheckAllTokensMsg = "ESLint's brace-style will check all tokens."; export declare const convertOneLine: RuleConverter;