UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

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