diff --git a/src/utils.ts b/src/utils.ts index 492e1c2..a578222 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -53,7 +53,6 @@ export function getHumanReadablePath(path: Path) { * unreachable(val); * ``` */ -// eslint-disable-next-line @typescript-eslint/no-unused-vars export function unreachable( _val: never, message = "Unreachable code reached",