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