7 lines
214 B
Elixir
7 lines
214 B
Elixir
[
|
|
import_deps: [:ecto, :phoenix],
|
|
inputs: ["*.{heex,ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{heex,ex,exs}"],
|
|
subdirectories: ["priv/*/migrations"],
|
|
plugins: [Phoenix.LiveView.HTMLFormatter]
|
|
]
|