update deps

This commit is contained in:
2022-05-05 21:07:02 -04:00
parent 8c77619446
commit c8b84c1da2
14 changed files with 58 additions and 72 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]
]