Browse Source

fix patterns

Yuki Takei 7 tháng trước cách đây
mục cha
commit
340d41a00b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      biome.json

+ 1 - 1
biome.json

@@ -130,7 +130,7 @@
                 },
                 "patterns": [
                   {
-                    "group": ["~/client/*", "client/*"],
+                    "group": ["~/client/**", "**/client/**", "client/**"],
                     "message": "Importing from client/ directories is restricted."
                   }
                 ]