Jelajahi Sumber

fix patterns

Yuki Takei 7 bulan lalu
induk
melakukan
340d41a00b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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."
                   }
                 ]