UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

4 lines (3 loc) 255 B
import { RuleConverter } from "../ruleConverter"; export declare const ARROW_RETURN_NOTICE = "ESLint will throw an error if the function body is multiline yet has a one-line return on it."; export declare const convertArrowReturnShorthand: RuleConverter;