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