UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

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