Ver Fonte

ref: remove storybook files from eslint for now

Sv443 há 6 meses atrás
pai
commit
bb8a660e37
1 ficheiros alterados com 2 adições e 0 exclusões
  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",