Browse Source

chore(ui): Disable biome on package.json (#80554)

Scott Cooper 4 months ago
parent
commit
7c763b8e2c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      biome.json

+ 2 - 1
biome.json

@@ -94,7 +94,8 @@
       "**/*.sourcemap.js",
       "**/*.min.js",
       "fixtures",
-      ".devenv"
+      ".devenv",
+      "package.json"
     ]
   },
   "css": {