build: silence linter on TS code examples
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 10 Aug 2023 22:36:26 +0000 (00:36 +0200)
committerJé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

index 72a5f46faeb93e62aaee7a0c1e014c5027f3a655..c5a0992f8d22a7f445c28a80350aadeb53ad9e6f 100644 (file)
@@ -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',