From e9de0c393428c8142142a738dc67a4094306b9e1 Mon Sep 17 00:00:00 2001 From: gventurini Date: Mon, 26 Feb 2024 11:31:55 +0100 Subject: [PATCH] fix linter error --- src/model/api/alias.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/model/api/alias.ts b/src/model/api/alias.ts index 8124a3d5..595ce041 100644 --- a/src/model/api/alias.ts +++ b/src/model/api/alias.ts @@ -30,8 +30,8 @@ export interface Alias { */ options?: OptionParam[]; /** - * Positional arguments passed down to this alias and its subaliases when {@link Alias.commandType} - * is {@link CommandType.Function} or {@link CommandType.Module}. + * Positional arguments passed down to this alias and its subaliases when + * {@link Alias.commandType} is {@link CommandType.Function} or {@link CommandType.Module}. */ positionalArguments?: PositionalArgument[]; /**