tslint-to-eslint-config
Version:
Converts your TSLint configuration to the closest reasonable ESLint equivalent.
14 lines • 435 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.convertPromiseFunctionAsync = void 0;
const convertPromiseFunctionAsync = () => {
return {
rules: [
{
ruleName: "@typescript-eslint/promise-function-async",
},
],
};
};
exports.convertPromiseFunctionAsync = convertPromiseFunctionAsync;
//# sourceMappingURL=promise-function-async.js.map