6 lines
146 B
Elixir
6 lines
146 B
Elixir
|
[
|
||
|
import_deps: [:phoenix],
|
||
|
plugins: [Phoenix.LiveView.HTMLFormatter],
|
||
|
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}"]
|
||
|
]
|