diff --git a/biome.json b/biome.json index 1a51c3c16c..0c718da2ca 100644 --- a/biome.json +++ b/biome.json @@ -11,5 +11,17 @@ "noUselessElse": "off" } } - } + }, + "overrides": [ + { + "include": ["*.vue"], + "linter": { + "rules": { + "style": { + "useImportType": "warn" + } + } + } + } + ] }