From 29070a79eb902eb47a306af681451670945f2e89 Mon Sep 17 00:00:00 2001 From: Sean Fong Date: Wed, 5 Jun 2024 16:01:40 +0930 Subject: [PATCH] Exclude storybook-static folder and .html files from prettier check --- .prettierignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.prettierignore b/.prettierignore index 32f77635..b609d045 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,8 +2,10 @@ lib dist coverage build +storybook-static *.md *.stories.* *.cjs *.js *.config.* +*.html