UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

4 lines (3 loc) 211 B
import { RuleConverter } from "../ruleConverter"; export declare const CapitalizedIgnoreMessage = "Only accepts a single string pattern to be ignored."; export declare const convertCommentFormat: RuleConverter;