build: refs #8006 disable no-void off
This commit is contained in:
parent
736471bcbe
commit
7a7463ebf1
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue