UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

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