style: off explicit-function-return-type

This commit is contained in:
pengzhanbo 2023-02-10 04:31:00 +08:00
parent cc605597ed
commit 12bcd2c0bc

View File

@ -21,6 +21,7 @@ module.exports = {
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'vue/component-tags-order': [
'error',
{