From 1acc88c0a24ae15a87c3845949d3d009784ed553 Mon Sep 17 00:00:00 2001 From: cte Date: Tue, 13 May 2025 22:33:30 -0700 Subject: [PATCH] Add eslint ignore --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index fd78887650..ae1e4d0403 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -28,7 +28,7 @@ export default [ }, }, { - ignores: ['dist/**', '.next'], + ignores: ['dist/**', '.next', 'storybook-static'], }, { ...pluginReact.configs.flat.recommended,