From d7866f9bdb19e3e4ae8f60f7d1db1daa2a052def Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Wed, 2 Apr 2025 12:54:07 +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 c27a63e917c..70f738bbe98 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -54,7 +54,7 @@ export default { const: 'never', }, ], - 'no-void': 'warn', + 'no-void': 'off', 'prefer-promise-reject-errors': 'error', 'multiline-ternary': 'warn', 'no-restricted-imports': 'warn',