build: refine linter rules
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 30 Dec 2023 09:54:28 +0000 (10:54 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 30 Dec 2023 09:54:28 +0000 (10:54 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.eslintrc.cjs

index 522fdce51d59bac6a4553e40a644a258d3341468..cd8d5fdf1024f48d03de3a9446dc9d6483041dd5 100644 (file)
@@ -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'
       }
     },