UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

15 lines 442 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertNoElementOverwrite = void 0; const convertNoElementOverwrite = () => { return { rules: [ { ruleName: "sonarjs/no-element-overwrite", }, ], plugins: ["sonarjs"], }; }; exports.convertNoElementOverwrite = convertNoElementOverwrite; //# sourceMappingURL=no-element-overwrite.js.map