Selaa lähdekoodia

add node_modules to biome ignore

Futa Arai 1 vuosi sitten
vanhempi
sitoutus
82f41e9f81
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      packages/slack/biome.json

+ 1 - 1
packages/slack/biome.json

@@ -1,7 +1,7 @@
 {
   "$schema": "../../node_modules/@biomejs/biome/configuration_schema.json",
   "files": {
-    "ignore": ["./dist/**", "./coverage/**", "./vite.config.ts.timestamp-*"]
+    "ignore": ["./dist/**", "./node_modules/**", "./coverage/**", "./vite.config.ts.timestamp-*"]
   },
   "formatter": {
     "enabled": true,