UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

5 lines (4 loc) 238 B
import { RuleConverter } from "../ruleConverter"; export declare const JSDocNoticeMsg = "ESLint does not support enforcing the first line of multiline JSDoc comments be empty."; export declare const convertJSDocFormat: RuleConverter;