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',