From ae071d66b7ea58b076e9651b020912079da3407d Mon Sep 17 00:00:00 2001 From: Lhcfl Date: Thu, 4 Apr 2024 15:04:31 +0800 Subject: [PATCH] chore: warn "useShorthandFunctionType" in biome for vue --- biome.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 0c718da2ca..1680a2546f 100644 --- a/biome.json +++ b/biome.json @@ -18,7 +18,8 @@ "linter": { "rules": { "style": { - "useImportType": "warn" + "useImportType": "warn", + "useShorthandFunctionType": "warn" } } }