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