UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

17 lines (16 loc) 447 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertRxjsNoTap = void 0; const convertRxjsNoTap = () => { return { rules: [ { ruleArguments: [{ tap: true }], ruleName: "rxjs/ban-operators", }, ], plugins: ["eslint-plugin-rxjs"], }; }; exports.convertRxjsNoTap = convertRxjsNoTap; //# sourceMappingURL=rxjs-no-tap.js.map