build: fix linter configuration for TS examples, take 2
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 10 Aug 2023 18:04:31 +0000 (20:04 +0200)
committerJé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

index a6b0c95ad2adf07f28549ea9ac5643d10332b01d..c5784c0f286cac8f39b921950a6ae437e2a88e8e 100644 (file)
@@ -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'
       }
     },
     {