From: Jérôme Benoit Date: Sat, 30 Dec 2023 09:54:28 +0000 (+0100) Subject: build: refine linter rules X-Git-Tag: v3.1.13~7 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8b81cdcfe1ff18b5cded9883600455cb4c54d698;p=poolifier.git build: refine linter rules Signed-off-by: Jérôme Benoit --- diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 522fdce5..cd8d5fdf 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -151,7 +151,7 @@ module.exports = defineConfig({ '@typescript-eslint/no-unnecessary-type-assertion': 'off', '@typescript-eslint/no-redundant-type-constituents': 'off', '@typescript-eslint/strict-boolean-expressions': 'off', - // '@typescript-eslint/return-await': 'off', + '@typescript-eslint/return-await': 'off', '@typescript-eslint/no-non-null-assertion': 'off' } },