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