UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

16 lines (15 loc) 428 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertRxjsNoToPromise = void 0; const convertRxjsNoToPromise = () => { return { rules: [ { ruleName: "rxjs/no-topromise", }, ], plugins: ["eslint-plugin-rxjs"], }; }; exports.convertRxjsNoToPromise = convertRxjsNoToPromise; //# sourceMappingURL=rxjs-no-topromise.js.map