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