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