From: Jérôme Benoit Date: Tue, 23 Jul 2024 14:22:24 +0000 (+0200) Subject: build(ci): silence linter on examples X-Git-Tag: v4.2.0~54 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6a2f448092feecf09f4cfbb2578cdeef334c8ae3;p=poolifier.git build(ci): silence linter on examples Signed-off-by: Jérôme Benoit --- diff --git a/eslint.config.js b/eslint.config.js index f7004221..46c89b47 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -93,6 +93,7 @@ export default defineFlatConfig([ '@typescript-eslint/no-unsafe-member-access': 'off', '@typescript-eslint/no-unnecessary-type-assertion': 'off', '@typescript-eslint/no-redundant-type-constituents': 'off', + '@typescript-eslint/return-await': 'off', }, }, {