From da380a8a9c59fe3a3ccf133a2accbe0502e1f902 Mon Sep 17 00:00:00 2001 From: Richard Walker Date: Mon, 5 Aug 2024 08:04:02 +1200 Subject: [PATCH] chore(lint): appease linter --- commands/alias.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/alias.js b/commands/alias.js index 1c1aadb0..b9f00e5e 100644 --- a/commands/alias.js +++ b/commands/alias.js @@ -21,8 +21,7 @@ export const builder = (yargs) => { default: defaults.name, }) .positional('version', { - describe: - 'The version the alias should redirect to', + describe: 'The version the alias should redirect to', type: 'string', default: defaults.version, })