瀏覽代碼

fix lint error

ryoji-s 3 年之前
父節點
當前提交
8f7bb97665
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/core/src/utils/page-path-utils/index.ts

+ 1 - 0
packages/core/src/utils/page-path-utils/index.ts

@@ -124,6 +124,7 @@ export const isCreatablePage = (path: string): boolean => {
  * return user's homepage path
  * @param user
  */
+// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
 export const userHomepagePath = (user: any): string => {
   if (!user || !user.username) {
     return '';