Browse Source

chore: add incubator/ to eslint ignores

KernelDeimos 11 tháng trước cách đây
mục cha
commit
edc5743a61
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      eslint.config.js

+ 1 - 0
eslint.config.js

@@ -11,6 +11,7 @@ export default [
             "**/src/lib/**",
             "**/dist/",
             "src/backend/src/public/assets/**",
+            "incubator/**"
         ],
     },
     {