UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

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