Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-menlo committed Jan 28, 2025
1 parent 9dadac5 commit 5e2a791
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions web/hooks/useEngineManagement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ export const addRemoteEngineModel = async (name: string, engine: string) => {
}
}

/**
* Remote model sources
* @returns A Promise that resolves to an object of model sources.
*/
Expand Down
4 changes: 3 additions & 1 deletion web/screens/Hub/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/* eslint-disable @typescript-eslint/naming-convention */
import { useCallback, useMemo, useRef, useState, useEffect } from 'react'

import { useDropzone } from 'react-dropzone'

import Image from 'next/image'

import { ModelSource } from '@janhq/core'
Expand Down Expand Up @@ -32,7 +35,6 @@ import ModelPage from './ModelPage'

import { appBannerHubAtom } from '@/helpers/atoms/App.atom'
import { modelDetailAtom } from '@/helpers/atoms/Model.atom'
import { useDropzone } from 'react-dropzone'

const sortMenus = [
{
Expand Down
4 changes: 2 additions & 2 deletions web/screens/Settings/Engines/RemoteEngineSettings.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable react/no-unescaped-entities */
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable react/no-unescaped-entities */
/* eslint-disable @typescript-eslint/no-unused-vars */

import React, { useCallback, useRef, useState, useEffect } from 'react'
Expand Down

0 comments on commit 5e2a791

Please sign in to comment.