UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

16 lines 563 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertRxjsPreferAngularTakeuntil = void 0; const convertRxjsPreferAngularTakeuntil = ({ ruleArguments }) => { return { rules: [ { ...(ruleArguments.length !== 0 && { ruleArguments }), ruleName: "prefer-takeuntil", }, ], plugins: ["rxjs-angular"], }; }; exports.convertRxjsPreferAngularTakeuntil = convertRxjsPreferAngularTakeuntil; //# sourceMappingURL=rxjs-prefer-angular-takeuntil.js.map