Browse Source

fix lint error

ryoji-s 3 năm trước cách đây
mục cha
commit
8f7bb97665
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 '';