Packages

Livex is a library that provides type-safe LiveView components and views with URL state management.

Current section

Files

Jump to
livex .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}"],
export: [
locals_without_parens: [
prop: 2,
prop: 3,
state: 2,
state: 3
]
]
]