From d2903c279faa70fa7bf726426db0c25765747ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20G=C3=B6tzinger?= Date: Mon, 27 Mar 2023 13:21:28 +0200 Subject: [PATCH] Fix Prettier errors --- src/tools/index.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/tools/index.ts b/src/tools/index.ts index 98423ebb..eca5f9bf 100644 --- a/src/tools/index.ts +++ b/src/tools/index.ts @@ -85,7 +85,16 @@ export const toolsByCategory: ToolCategory[] = [ }, { name: 'Development', - components: [gitMemo, randomPortGenerator, crontabGenerator, jsonViewer, jsonMinify, sqlPrettify, chmodCalculator, dockerToDockerCompose], + components: [ + gitMemo, + randomPortGenerator, + crontabGenerator, + jsonViewer, + jsonMinify, + sqlPrettify, + chmodCalculator, + dockerToDockerCompose, + ], }, { name: 'Math',