tslint-to-eslint-config
Version:
Converts your TSLint configuration to the closest reasonable ESLint equivalent.
16 lines (15 loc) • 587 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.convertPreferOnPushComponentChangeDetection = void 0;
const convertPreferOnPushComponentChangeDetection = () => {
return {
rules: [
{
ruleName: "@angular-eslint/prefer-on-push-component-change-detection",
},
],
plugins: ["@angular-eslint/eslint-plugin"],
};
};
exports.convertPreferOnPushComponentChangeDetection = convertPreferOnPushComponentChangeDetection;
//# sourceMappingURL=prefer-on-push-component-change-detection.js.map