Packages

A collection of Phoenix LiveView lifecycle hooks and utility functions for working with URL state.

Current section

Files

Jump to
ex_live_url .formatter.exs
Raw

.formatter.exs

[
import_deps: [:phoenix, :phoenix_live_view],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}"]
]