build: refs #8006 disable no-void off
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2025-04-02 12:54:07 +02:00
parent 4bdd8a6494
commit d7866f9bdb
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',