dotfiles/.formatter.exs
Nikos Papadakis 8bf9261583
upgrade phoenix
Now with the new liveview async API!
2023-11-20 00:27:36 +02:00

6 lines
230 B
Elixir

[
import_deps: [:ecto, :ecto_sql, :phoenix],
subdirectories: ["priv/*/migrations"],
plugins: [Phoenix.LiveView.HTMLFormatter, TailwindFormatter],
inputs: ["*.{heex,ex,exs}", "app/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
]