Przeglądaj źródła

fix: exclude additional config and auth files from biome

Yuki Takei 1 dzień temu
rodzic
commit
e43a435d95
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      biome.json

+ 3 - 0
biome.json

@@ -23,6 +23,9 @@
       "!apps/app/src/styles/prebuilt",
       "!apps/app/next-env.d.ts",
       "!apps/app/tmp",
+      "!apps/app/config/**/*.js",
+      "!apps/app/config/**/*.d.ts",
+      "!apps/app/playwright/.auth",
       "!apps/pdf-converter/specs",
       "!apps/slackbot-proxy/src/public/bootstrap",
       "!packages/pdf-converter-client/src/index.ts",