From dcaba76a0245b68afa1faedb4a467eeb8627e09f Mon Sep 17 00:00:00 2001 From: Nex Zhu Date: Fri, 15 Dec 2023 15:44:26 +0800 Subject: [PATCH] setup(root): style --- project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.json b/project.json index 2a2ff66..406a819 100644 --- a/project.json +++ b/project.json @@ -5,7 +5,7 @@ "targets": { "lint": { "options": { - "command": "[ '{args.fix}' = 'true' ] && biome check . || biome check --apply .", + "command": "[ '{args.fix}' = 'true' ] && biome check . || biome check --apply ." } } }