repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fac9ce9
)
build: silence linter on TS code examples
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 10 Aug 2023 22:36:26 +0000
(
00:36
+0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 10 Aug 2023 22:36:26 +0000
(
00:36
+0200)
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 72a5f46faeb93e62aaee7a0c1e014c5027f3a655..c5a0992f8d22a7f445c28a80350aadeb53ad9e6f 100644
(file)
--- a/
.eslintrc.js
+++ b/
.eslintrc.js
@@
-118,6
+118,7
@@
module.exports = defineConfig({
'import/no-unresolved': 'off',
'@typescript-eslint/no-unsafe-argument': 'off',
'@typescript-eslint/no-unsafe-call': 'off',
+ '@typescript-eslint/no-unsafe-return': 'off',
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unnecessary-type-assertion': 'off',