From 5526e193493c7214cb3aee22b695f0f8ebf7e620 Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Wed, 30 Sep 2020 18:17:04 +0800 Subject: [PATCH] chore: update eslint --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 9378182b3..1139ac647 100644 --- a/.eslintrc +++ b/.eslintrc @@ -30,7 +30,8 @@ "rules": { "@typescript-eslint/no-explicit-any": 0, "@typescript-eslint/ban-types": 0, - "@typescript-eslint/explicit-module-boundary-types": 0 + "@typescript-eslint/explicit-module-boundary-types": 0, + "@typescript-eslint/no-empty-function": 0 } } ],