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