tslint-to-eslint-config
Version:
Converts your TSLint configuration to the closest reasonable ESLint equivalent.
14 lines • 481 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