Explorar o código

allow default export in vite configuration files

Yuki Takei hai 4 meses
pai
achega
f71a9c1798
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      biome.json

+ 10 - 0
biome.json

@@ -90,6 +90,16 @@
     }
   },
   "overrides": [
+    {
+      "includes": ["**/vite*.config.ts", "vitest*.config.ts"],
+      "linter": {
+        "rules": {
+          "style": {
+            "noDefaultExport": "off"
+          }
+        }
+      }
+    },
     {
       "includes": ["bin/**"],
       "linter": {