From: Jérôme Benoit Date: Tue, 3 Jan 2023 21:03:16 +0000 (+0100) Subject: Make the linter error in case of TSDoc comment syntax error X-Git-Tag: v2.3.8~54 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c3eb346ba7a74c06cb386de7bdb1043362913db8;hp=a974afa67937a18f493d733d9f5285b99c8b08fd;p=poolifier.git Make the linter error in case of TSDoc comment syntax error Signed-off-by: Jérôme Benoit --- 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' } }, {