Browse Source

ref: remove storybook files from eslint for now

Sv443 6 months ago
parent
commit
bb8a660e37
1 changed files with 2 additions and 0 deletions
  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",