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