UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

14 lines 399 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertFunctionConstructor = void 0; const convertFunctionConstructor = () => { return { rules: [ { ruleName: "no-new-func", }, ], }; }; exports.convertFunctionConstructor = convertFunctionConstructor; //# sourceMappingURL=function-constructor.js.map