UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

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