UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

15 lines (14 loc) 379 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertNoInMisuse = void 0; const convertNoInMisuse = () => { return { rules: [ { ruleName: "@typescript-eslint/no-for-in-array", }, ], }; }; exports.convertNoInMisuse = convertNoInMisuse; //# sourceMappingURL=no-in-misuse.js.map