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