Enable quokka with :module_directives rule

This commit is contained in:
Claudio Ortolina
2025-05-28 19:41:57 +01:00
parent 5207aa2773
commit 676c2e4290
52 changed files with 103 additions and 73 deletions
+2 -2
View File
@@ -1,6 +1,4 @@
defmodule Mix.Tasks.Esbuild.CheckVersion do
use Mix.Task
@shortdoc "Checks the the current Esbuild version is the latest"
@moduledoc """
Checks the the current esbuild version is the latest.
@@ -8,6 +6,8 @@ defmodule Mix.Tasks.Esbuild.CheckVersion do
Exits with 0 if versions match, 1 if the esbuild needs to be updated.
"""
use Mix.Task
alias Mix.Tasks.Esbuild.Release
@impl Mix.Task