Enable quokka with :module_directives rule
This commit is contained in:
+5
-2
@@ -1,6 +1,9 @@
|
||||
[
|
||||
import_deps: [:ecto, :ecto_sql, :oban, :oban_web, :phoenix, :phoenix_live_view],
|
||||
subdirectories: ["priv/*/migrations"],
|
||||
plugins: [Phoenix.LiveView.HTMLFormatter],
|
||||
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
|
||||
plugins: [Phoenix.LiveView.HTMLFormatter, Quokka],
|
||||
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"],
|
||||
quokka: [
|
||||
only: [:module_directives]
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user