From 1868bd46c95aef81ec3b1246b45b68a8cdd5c95e Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 17 May 2023 10:03:36 +0200 Subject: [PATCH] fix: lint --- tools/docs/schema.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/docs/schema.ts b/tools/docs/schema.ts index 55b21e9814aa9d..ed40fbe3c25dcd 100644 --- a/tools/docs/schema.ts +++ b/tools/docs/schema.ts @@ -91,7 +91,8 @@ function addChildrenArrayInParents(): void { properties: { description: { type: 'string', - description: 'A custom description for this configuration object', + description: + 'A custom description for this configuration object', }, }, },