Make the linter error in case of TSDoc comment syntax error
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 3 Jan 2023 21:03:16 +0000 (22:03 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 3 Jan 2023 21:03:16 +0000 (22:03 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.eslintrc.js

index 5c52e0f02b5b11cbb743d115c0def7d20e634531..7448b400d0814fad77f4338920cccba9799afce0 100644 (file)
@@ -97,7 +97,7 @@ module.exports = defineConfig({
 
         'no-useless-constructor': 'off',
 
-        'tsdoc/syntax': 'warn'
+        'tsdoc/syntax': 'error'
       }
     },
     {