From 7a7463ebf17e8100a1e31c2495f4fa0a94ec8bb6 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Wed, 2 Apr 2025 12:42:03 +0200 Subject: [PATCH] build: refs #8006 disable no-void off --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 70f738bbe..c27a63e91 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -54,7 +54,7 @@ export default { const: 'never', }, ], - 'no-void': 'off', + 'no-void': 'warn', 'prefer-promise-reject-errors': 'error', 'multiline-ternary': 'warn', 'no-restricted-imports': 'warn',