From 70515ad42a37dda74f2df3068740f92c803200a5 Mon Sep 17 00:00:00 2001 From: yyyzq Date: Tue, 6 Jul 2021 10:47:16 +0800 Subject: [PATCH] =?UTF-8?q?eslint=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/index.ts b/src/utils/index.ts index d258cee..2fd1939 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1,3 +1,3 @@ export const isEmptyObj = (obj: object) => { - Object.keys(obj).length === 0 -} \ No newline at end of file + Object.keys(obj).length === 0 +} -- Gitee