Enable quokka with :module_directives rule
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user