remove unneeded formatter dep

This commit is contained in:
2022-04-19 18:16:11 -04:00
parent ebf32c49bf
commit d27b54386d
3 changed files with 25 additions and 25 deletions

View File

@ -2,5 +2,5 @@
import_deps: [:ecto, :phoenix],
inputs: ["*.{heex,ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{heex,ex,exs}"],
subdirectories: ["priv/*/migrations"],
plugins: [HeexFormatter]
plugins: [Phoenix.LiveView.HTMLFormatter]
]