tslint-to-eslint-config
Version:
Converts your TSLint configuration to the closest reasonable ESLint equivalent.
15 lines • 479 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.convertRxjsNoUnsafeSubjectNext = void 0;
const convertRxjsNoUnsafeSubjectNext = () => {
return {
rules: [
{
ruleName: "rxjs/no-unsafe-subject-next",
},
],
plugins: ["eslint-plugin-rxjs"],
};
};
exports.convertRxjsNoUnsafeSubjectNext = convertRxjsNoUnsafeSubjectNext;
//# sourceMappingURL=rxjs-no-unsafe-subject-next.js.map