From 6a2f448092feecf09f4cfbb2578cdeef334c8ae3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 23 Jul 2024 16:22:24 +0200 Subject: [PATCH] build(ci): silence linter on examples MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) 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', }, }, { -- 2.34.1