From ba6b28b4409f00706bffea33283ce2d24398a7ad Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Thu, 8 Dec 2022 16:29:47 -0500 Subject: [PATCH] prettier --- _templates/day/new/hello.ejs.t | 2 -- _templates/day/new/prompt.js | 10 +++++----- _templates/generator/help/index.ejs.t | 2 +- _templates/generator/new/hello.ejs.t | 2 -- _templates/generator/with-prompt/hello.ejs.t | 2 -- 5 files changed, 6 insertions(+), 12 deletions(-) diff --git a/_templates/day/new/hello.ejs.t b/_templates/day/new/hello.ejs.t index 095a04e..099ef04 100644 --- a/_templates/day/new/hello.ejs.t +++ b/_templates/day/new/hello.ejs.t @@ -11,5 +11,3 @@ https://github.com/jondot/hygen ``` console.log(hello) - - diff --git a/_templates/day/new/prompt.js b/_templates/day/new/prompt.js index bfff832..4f28d0d 100644 --- a/_templates/day/new/prompt.js +++ b/_templates/day/new/prompt.js @@ -1,7 +1,7 @@ module.exports = [ { - type: 'input', - name: 'day', - message: "advent day?" - } -] + type: "input", + name: "day", + message: "advent day?", + }, +]; diff --git a/_templates/generator/help/index.ejs.t b/_templates/generator/help/index.ejs.t index 90a29af..203582b 100644 --- a/_templates/generator/help/index.ejs.t +++ b/_templates/generator/help/index.ejs.t @@ -2,4 +2,4 @@ message: | hygen {bold generator new} --name [NAME] --action [ACTION] hygen {bold generator with-prompt} --name [NAME] --action [ACTION] ---- \ No newline at end of file +--- diff --git a/_templates/generator/new/hello.ejs.t b/_templates/generator/new/hello.ejs.t index 5680d96..ab07430 100644 --- a/_templates/generator/new/hello.ejs.t +++ b/_templates/generator/new/hello.ejs.t @@ -14,5 +14,3 @@ https://github.com/jondot/hygen ``` console.log(hello) - - diff --git a/_templates/generator/with-prompt/hello.ejs.t b/_templates/generator/with-prompt/hello.ejs.t index ba6abc5..4eca78c 100644 --- a/_templates/generator/with-prompt/hello.ejs.t +++ b/_templates/generator/with-prompt/hello.ejs.t @@ -14,5 +14,3 @@ https://github.com/jondot/hygen ``` console.log(hello) - -