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" } } }