Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Apr 15, 2024
1 parent 8348e0f commit 22293fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 22293fa

Please sign in to comment.