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