From 9529f8c1ddf6bd4f7c4223755d4e4e8effee118c Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 12 Apr 2024 14:00:05 +0200 Subject: [PATCH] cli: lint --- cli/commands/init.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/commands/init.mjs b/cli/commands/init.mjs index a9c18d8a..85107e12 100644 --- a/cli/commands/init.mjs +++ b/cli/commands/init.mjs @@ -17,7 +17,7 @@ export default defineCommand({ description: 'Name of the component.' } }, - async setup ({ args }) { + async setup({ args }) { const name = args.name if (!name) { consola.error('name argument is missing!')