build: refs #8006 disable no-void off
gitea/salix-front/pipeline/pr-dev Build queued... Details

This commit is contained in:
Javier Segarra 2025-04-02 12:36:34 +02:00
parent 736f3e1c00
commit 736471bcbe
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',