UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

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