From a75556dd5e3a51cd5bcf7d4db89f1a59fe4fe734 Mon Sep 17 00:00:00 2001 From: Mephisto5558 <87113906+Mephisto5558@users.noreply.github.com> Date: Sun, 13 Oct 2024 20:24:58 +0200 Subject: [PATCH] Disabled imports-as-dependencies due to gajus/eslint-plugin-jsdoc/issues/1114 --- configs/jsdoc.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/jsdoc.jsonc b/configs/jsdoc.jsonc index 046a64b..760b86a 100644 --- a/configs/jsdoc.jsonc +++ b/configs/jsdoc.jsonc @@ -15,7 +15,7 @@ "convert-to-jsdoc-comments": "off", "empty-tags": "error", "implements-on-classes": "error", - "imports-as-dependencies": "error", + "imports-as-dependencies": "off", // "error" // See https://github.com/gajus/eslint-plugin-jsdoc/issues/1114 "informative-docs": "error", "lines-before-block": "off", // Handled by `@stylistic/lines-around-comment` "match-description": "off",