UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

8 lines 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertNoFunctionExpression = void 0; const convertNoFunctionExpression = () => { return {}; }; exports.convertNoFunctionExpression = convertNoFunctionExpression; //# sourceMappingURL=no-function-expression.js.map