UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

4 lines (3 loc) 225 B
import { RuleConverter } from "../ruleConverter"; export declare const BAN_TS_IGNORE_NOTICE = "The typescript-eslint now bans @ts-<directive> comments from being used"; export declare const convertBanTsIgnore: RuleConverter;