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