From e41a855facdb838889ca87d7d162347aa1787aa9 Mon Sep 17 00:00:00 2001 From: Pavel Prichodko <14926950+prichodko@users.noreply.github.com> Date: Mon, 13 Mar 2023 19:23:32 +0100 Subject: [PATCH] add storybook to eslintignore --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index 20646d43..8055da54 100644 --- a/.eslintignore +++ b/.eslintignore @@ -3,3 +3,4 @@ **/protos **/proto **/coverage +**/storybook-static