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