From 65a335dd5e619572f4419a195f5c1f3341779d49 Mon Sep 17 00:00:00 2001 From: Mattias Granlund Date: Thu, 3 Oct 2024 20:51:01 +0200 Subject: [PATCH] chore: eslint ignore storybook static files --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index f094fd469..06ed49d53 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -83,6 +83,7 @@ export default tsEslint.config( '!.storybook', 'target/', 'crates/', + 'packages/ui/storybook-static', // We're having issues parsing splat syntax in svelte components 'packages/ui/src/stories/**/*.svelte' ]