repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95e5065
)
build: fix linter configuration for TS examples, take 2
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 10 Aug 2023 18:04:31 +0000
(20:04 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 10 Aug 2023 18:04:31 +0000
(20:04 +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 a6b0c95ad2adf07f28549ea9ac5643d10332b01d..c5784c0f286cac8f39b921950a6ae437e2a88e8e 100644
(file)
--- a/
.eslintrc.js
+++ b/
.eslintrc.js
@@
-120,7
+120,8
@@
module.exports = defineConfig({
'@typescript-eslint/no-unsafe-call': 'off',
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/no-unsafe-member-access': 'off',
- '@typescript-eslint/no-unnecessary-type-assertion': 'off'
+ '@typescript-eslint/no-unnecessary-type-assertion': 'off',
+ '@typescript-eslint/restrict-template-expressions': 'off'
}
},
{