UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

16 lines (15 loc) 463 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertNoSameLineConditional = void 0; const convertNoSameLineConditional = () => { return { rules: [ { ruleName: "sonarjs/no-same-line-conditional", }, ], plugins: ["sonarjs"], }; }; exports.convertNoSameLineConditional = convertNoSameLineConditional; //# sourceMappingURL=no-same-line-conditional.js.map