repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a974afa
)
Make the linter error in case of TSDoc comment syntax error
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 3 Jan 2023 21:03:16 +0000
(22:03 +0100)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/.eslintrc.js
b/.eslintrc.js
index 5c52e0f02b5b11cbb743d115c0def7d20e634531..7448b400d0814fad77f4338920cccba9799afce0 100644
(file)
--- a/
.eslintrc.js
+++ b/
.eslintrc.js
@@
-97,7
+97,7
@@
module.exports = defineConfig({
'no-useless-constructor': 'off',
- 'tsdoc/syntax': '
warn
'
+ 'tsdoc/syntax': '
error
'
}
},
{