UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

4 lines (3 loc) 254 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;