UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

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