UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

15 lines (14 loc) 425 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertNewlinePerChainedCall = void 0; const convertNewlinePerChainedCall = () => { return { rules: [ { ruleName: "newline-per-chained-call", }, ], }; }; exports.convertNewlinePerChainedCall = convertNewlinePerChainedCall; //# sourceMappingURL=newline-per-chained-call.js.map