diff --git a/cfg/biome.jsonc b/cfg/biome.jsonc index 70c9961..97cf8cb 100644 --- a/cfg/biome.jsonc +++ b/cfg/biome.jsonc @@ -73,5 +73,18 @@ "attributePosition": "auto" } }, - "overrides": [{ "include": ["tsconfig.json", "tsconfig.*.json"] }] + "overrides": [ + { + "include": ["*.vue"], + "linter": { + "rules": { + "correctness": { + // doesn't work well with *.vue files + "noUnusedImports": "off", + "noUnusedVariables": "off" + } + } + } + } + ] }