mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 12:08:00 +01:00
7 lines
239 B
Elixir
7 lines
239 B
Elixir
[
|
|
heex_line_length: 300,
|
|
import_deps: [:ecto, :phoenix],
|
|
inputs: ["*.{heex,ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{heex,ex,exs}"],
|
|
plugins: [Phoenix.LiveView.HTMLFormatter],
|
|
subdirectories: ["priv/*/migrations"]
|
|
]
|