Skip to content

Commit

Permalink
Ran fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Feb 16, 2024
1 parent 59fba45 commit 0bf926b
Showing 1 changed file with 1 addition and 6 deletions.
Expand Up @@ -47,12 +47,7 @@ final case class ScalaJsOptions(
@Group(HelpGroup.ScalaJs.toString)
@HelpMessage("Set the destination path of source maps")
@Tag(tags.should)
jsSourceMapsPath: Option[String] = None,

@Group(HelpGroup.ScalaJs.toString)
@HelpMessage("A file relative to the root directory containing import maps for ES module imports")
@Tag(tags.experimental)
jsEsModuleImportMap: Option[String] = None,
jsSourceMapsPath: Option[String] = None,


@Group(HelpGroup.ScalaJs.toString)
Expand Down

0 comments on commit 0bf926b

Please sign in to comment.