From c3eb346ba7a74c06cb386de7bdb1043362913db8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 3 Jan 2023 22:03:16 +0100 Subject: [PATCH 1/1] Make the linter error in case of TSDoc comment syntax error MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 5c52e0f0..7448b400 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -97,7 +97,7 @@ module.exports = defineConfig({ 'no-useless-constructor': 'off', - 'tsdoc/syntax': 'warn' + 'tsdoc/syntax': 'error' } }, { -- 2.34.1