UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

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