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