Explorar el Código

add node_modules to biome ignore

Futa Arai hace 1 año
padre
commit
82f41e9f81
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,