Browse Source

ref: remove storybook files from eslint for now

Sv443 6 tháng trước cách đây
mục cha
commit
bb8a660e37
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      eslint.config.mjs

+ 2 - 0
eslint.config.mjs

@@ -26,6 +26,8 @@ const config = [
       "dist/**/*",
       "src/dev/**/*",
       "**/test.ts",
+      ".storybook/**/*",
+      "**/*.stories.ts",
     ],
   }, ...compat.extends(
     "eslint:recommended",