UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

5 lines (4 loc) 196 B
import { ESLintRuleSeverity, RawESLintRuleSeverity } from "../rules/types"; export declare const normalizeRawESLintRuleSeverity: ( rawSeverity: RawESLintRuleSeverity, ) => ESLintRuleSeverity;