@naturalcycles/ktlint
Version:
ktlint, conveniently published to npm registry
9 lines (8 loc) • 403 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ktlintPath = exports.resourcesDir = exports.projectDir = void 0;
const tslib_1 = require("tslib");
const path = tslib_1.__importStar(require("node:path"));
exports.projectDir = path.join(__dirname, '..');
exports.resourcesDir = `${exports.projectDir}/resources`;
exports.ktlintPath = `${exports.resourcesDir}/ktlint`;