Browse Source

fix patterns

Yuki Takei 7 months ago
parent
commit
340d41a00b
1 changed files with 1 additions and 1 deletions
  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."
                   }
                 ]