Files
Claudio Ortolina f6792e08aa Update dependencies
quokka 2.13.0 => 2.13.1
2026-05-19 21:56:45 +01:00

21 lines
497 B
Elixir

[
import_deps: [:error_tracker, :ecto, :ecto_sql, :oban, :oban_web, :phoenix, :phoenix_live_view],
subdirectories: ["priv/*/migrations"],
plugins: [Phoenix.LiveView.HTMLFormatter, Quokka],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"],
quokka: [
only: [
:autosort,
:blocks,
:configs,
:defs,
:deprecations,
:line_length,
:module_directives,
:pipes,
:single_node,
:tests
]
]
]