From: Jérôme Benoit Date: Thu, 10 Aug 2023 22:36:26 +0000 (+0200) Subject: build: silence linter on TS code examples X-Git-Tag: v2.6.23~13 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=fcb46565163bb679d3abdab62b44d736765935b5;p=poolifier.git build: silence linter on TS code examples Signed-off-by: Jérôme Benoit --- diff --git a/.eslintrc.js b/.eslintrc.js index 72a5f46f..c5a0992f 100644 --- 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',