From 201b0d8bb7df82b56867d109df8d5334f82581f7 Mon Sep 17 00:00:00 2001 From: Surajmanjunatha Date: Wed, 18 Feb 2026 16:35:02 +0530 Subject: [PATCH 1/2] testing the eslint and github actions --- client/src/App.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/App.jsx b/client/src/App.jsx index 96a27bc..97f6aa7 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -33,4 +33,6 @@ const App = () => { ); }; +let suraj = 'unused variable here'; + export default App; From 6c479b30ba57739afeb5153cd612054b730f9d36 Mon Sep 17 00:00:00 2001 From: Surajmanjunatha Date: Wed, 18 Feb 2026 16:41:14 +0530 Subject: [PATCH 2/2] fixing the lint issues --- client/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App.jsx b/client/src/App.jsx index 97f6aa7..1615f10 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -33,6 +33,6 @@ const App = () => { ); }; -let suraj = 'unused variable here'; + //let suraj = 'unused variable here'; export default App;