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