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