From 4592b693549f0575577c96edb25b0bc587eb2da1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 24 Mar 2021 22:38:23 +0100 Subject: [PATCH] Ensure eslint jsdoc is in TS mode. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .eslintrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.eslintrc b/.eslintrc index 570306d6..76157df0 100644 --- a/.eslintrc +++ b/.eslintrc @@ -14,6 +14,11 @@ "@typescript-eslint", "jsdoc" ], + "settings": { + "jsdoc": { + "mode": "typescript" + } + }, "rules": { "indent": "off", "@typescript-eslint/indent": [ -- 2.34.1