UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

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