Skip to content

Commit 5ae2f69

Browse files
committed
fix: lint
1 parent f968aca commit 5ae2f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/isaacscript-cli/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const PROJECT_VERSION = version;
2323
export const PROJECT_DESCRIPTION = description;
2424

2525
// `isaacscript`
26-
export const REPO_ROOT = path.join(import.meta.dirname, "..");
26+
const REPO_ROOT = path.join(import.meta.dirname, "..");
2727

2828
// `isaacscript/custom-stage`
2929
const CUSTOM_STAGE_PATH = path.join(REPO_ROOT, "custom-stage");

0 commit comments

Comments
 (0)