diff --git a/eslint.config.js b/eslint.config.js index c27a63e917..70f738bbe9 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',