From 87620f38be14a44cf0fc62643061f6b3c51447f1 Mon Sep 17 00:00:00 2001 From: Dustin Loring Date: Mon, 2 Dec 2024 06:06:17 -0500 Subject: [PATCH] lint rules added and fixed --- app/components/chat/BaseChat.tsx | 8 +- app/entry.server.tsx | 2 +- app/lib/persistence/useChatHistory.ts | 4 +- app/lib/stores/workbench.ts | 4 +- eslint.config.mjs | 6 ++ package-lock.json | 110 +++++++++++++------------- package.json | 2 +- pnpm-lock.yaml | 108 ++++++++++++------------- 8 files changed, 127 insertions(+), 117 deletions(-) diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index efa87fa..5e213a6 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -283,7 +283,9 @@ export const BaseChat = React.forwardRef( >