UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

9 lines (8 loc) 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertRxjsNoOperator = void 0; const convertRxjsNoOperator = () => { return {}; }; exports.convertRxjsNoOperator = convertRxjsNoOperator; //# sourceMappingURL=rxjs-no-operator.js.map