From: Jérôme Benoit Date: Thu, 10 Aug 2023 18:04:31 +0000 (+0200) Subject: build: fix linter configuration for TS examples, take 2 X-Git-Tag: v2.6.23~19 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a93426dcf91e5cd2ff0182d379d91ca18af1a2cd;p=poolifier.git build: fix linter configuration for TS examples, take 2 Signed-off-by: Jérôme Benoit --- diff --git a/.eslintrc.js b/.eslintrc.js index a6b0c95a..c5784c0f 100644 --- 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' } }, {