From 34fb68ea1e493bebff4b96882246d55cfd03da2b Mon Sep 17 00:00:00 2001 From: Shibatch Date: Mon, 1 Apr 2024 16:31:01 +0900 Subject: [PATCH 1/3] =?UTF-8?q?build[typing-app]:=20prettier=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typing-app/package.json | 1 + typing-app/yarn.lock | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/typing-app/package.json b/typing-app/package.json index 4faa97d..e02dc0c 100644 --- a/typing-app/package.json +++ b/typing-app/package.json @@ -22,6 +22,7 @@ "lucide-react": "^0.343.0", "next": "14.1.0", "openapi-fetch": "0.9.3", + "prettier": "^3.2.5", "react": "^18", "react-dom": "^18", "tailwind-merge": "^2.2.1", diff --git a/typing-app/yarn.lock b/typing-app/yarn.lock index cc840f8..ebd03ab 100644 --- a/typing-app/yarn.lock +++ b/typing-app/yarn.lock @@ -5208,6 +5208,15 @@ __metadata: languageName: node linkType: hard +"prettier@npm:^3.2.5": + version: 3.2.5 + resolution: "prettier@npm:3.2.5" + bin: + prettier: bin/prettier.cjs + checksum: 10c0/ea327f37a7d46f2324a34ad35292af2ad4c4c3c3355da07313339d7e554320f66f65f91e856add8530157a733c6c4a897dc41b577056be5c24c40f739f5ee8c6 + languageName: node + linkType: hard + "proc-log@npm:^3.0.0": version: 3.0.0 resolution: "proc-log@npm:3.0.0" @@ -6174,6 +6183,7 @@ __metadata: openapi-fetch: "npm:0.9.3" openapi-typescript: "npm:6.7.5" postcss: "npm:^8" + prettier: "npm:^3.2.5" react: "npm:^18" react-dom: "npm:^18" tailwind-merge: "npm:^2.2.1" From ed196b40ac60148463dedf1fe50b20e6e670e0c1 Mon Sep 17 00:00:00 2001 From: Shibatch Date: Mon, 1 Apr 2024 16:46:33 +0900 Subject: [PATCH 2/3] =?UTF-8?q?build[typing-app]:=20.prettierignore?= =?UTF-8?q?=E3=81=AByarn.lock=E3=81=A8v1.d.ts=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typing-app/.prettierignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typing-app/.prettierignore b/typing-app/.prettierignore index 74ecf6d..5a1263f 100644 --- a/typing-app/.prettierignore +++ b/typing-app/.prettierignore @@ -6,3 +6,5 @@ bun.lockb .eslintrc.json eslint.config.js package-lock.json +yarn.lock +src/libs/api/v1.d.ts \ No newline at end of file From 65ec1f34e53d9c621e837d3c9aa13e295686b4e4 Mon Sep 17 00:00:00 2001 From: h-takeyeah <61489178+h-takeyeah@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:51:08 +0900 Subject: [PATCH 3/3] chore: add newline --- typing-app/.prettierignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typing-app/.prettierignore b/typing-app/.prettierignore index 5a1263f..a9094d3 100644 --- a/typing-app/.prettierignore +++ b/typing-app/.prettierignore @@ -7,4 +7,4 @@ bun.lockb eslint.config.js package-lock.json yarn.lock -src/libs/api/v1.d.ts \ No newline at end of file +src/libs/api/v1.d.ts