From 1c6becd8958791d798a8cadcff4fcf456a6ebdfe Mon Sep 17 00:00:00 2001 From: Mike Zornek Date: Fri, 4 Oct 2024 09:33:34 -0400 Subject: [PATCH] Add allowances for `live_storybook` to avoid parens when formitting. --- .formatter.exs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.formatter.exs b/.formatter.exs index 28b4852..7182924 100644 --- a/.formatter.exs +++ b/.formatter.exs @@ -7,5 +7,8 @@ "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs", "storybook/**/*.exs" + ], + locals_without_parens: [ + live_storybook: 2 ] ]