UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

5 lines (4 loc) 258 B
import { RuleConverter } from "../ruleConverter"; export declare const PREFER_CONDITIONAL_EXPRESSION_NOTICE = "The eslint-plugin-unicorn only supports simple 'if-else' statements."; export declare const convertPreferConditionalExpression: RuleConverter;