UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

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