UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

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