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.convertRxjsNoInternal = void 0; const convertRxjsNoInternal = () => { return { rules: [ { ruleName: "rxjs/no-internal", }, ], plugins: ["eslint-plugin-rxjs"], }; }; exports.convertRxjsNoInternal = convertRxjsNoInternal; //# sourceMappingURL=rxjs-no-internal.js.map