tslint-to-eslint-config
Version:
Converts your TSLint configuration to the closest reasonable ESLint equivalent.
14 lines • 370 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.convertTypeofCompare = void 0;
const convertTypeofCompare = () => {
return {
rules: [
{
ruleName: "valid-typeof",
},
],
};
};
exports.convertTypeofCompare = convertTypeofCompare;
//# sourceMappingURL=typeof-compare.js.map