build: refs #8006 disable no-void off

This commit is contained in:
Javier Segarra 2025-04-02 12:45:27 +02:00
parent e4196e7176
commit 7deb9b1f16
1 changed files with 1 additions and 1 deletions

View File

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