From 945a62891c5a90c3fb4a9a4dbf947c6dde18817e Mon Sep 17 00:00:00 2001 From: Mok Date: Sun, 15 Aug 2021 13:06:23 +0800 Subject: [PATCH] Fixed linting --- src/utils/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/common.ts b/src/utils/common.ts index ad927ef..3262bef 100644 --- a/src/utils/common.ts +++ b/src/utils/common.ts @@ -49,4 +49,4 @@ export function trimArray(array: string[], maxLength: number): string[] { */ export function shortenNodePath(path: string): string { return path.replace('node_modules/', '').replace(/\/node_modules\//g, '>'); -} \ No newline at end of file +}