From 12bcd2c0bcd3f38acdf2976447cca7620faa1831 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Fri, 10 Feb 2023 04:31:00 +0800 Subject: [PATCH] style: off `explicit-function-return-type` --- .eslintrc.cjs | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index e4b256c2..59254bc9 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -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', {