From 145577b19be5caef3357f331a491ffd61b533163 Mon Sep 17 00:00:00 2001 From: Northern Man <19808920+NorthernMan54@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:01:09 -0400 Subject: [PATCH] Fix lint issues --- typedoc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index 3d295225d..91a8f8d38 100644 --- a/typedoc.json +++ b/typedoc.json @@ -22,5 +22,6 @@ "validation": { "invalidLink": true, "notExported": false - } + }, + "blockTags": ["@deprecated", "@example", "@group", "@param", "@returns", "@since"] }