tslint-to-eslint-config
Version:
Converts your TSLint configuration to the closest reasonable ESLint equivalent.
16 lines (15 loc) • 469 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.convertNgrxSelectorForSelect = void 0;
const convertNgrxSelectorForSelect = () => {
return {
rules: [
{
ruleName: "ngrx/use-selector-in-select",
},
],
plugins: ["eslint-plugin-ngrx"],
};
};
exports.convertNgrxSelectorForSelect = convertNgrxSelectorForSelect;
//# sourceMappingURL=ngrx-selector-for-select.js.map