UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

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