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