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 ] ]