UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

15 lines (14 loc) 436 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertRestrictPlusOperands = void 0; const convertRestrictPlusOperands = () => { return { rules: [ { ruleName: "@typescript-eslint/restrict-plus-operands", }, ], }; }; exports.convertRestrictPlusOperands = convertRestrictPlusOperands; //# sourceMappingURL=restrict-plus-operands.js.map