From 38bd1d400345546602c1616b2f9adf8835862928 Mon Sep 17 00:00:00 2001 From: Samidy Date: Sun, 5 Apr 2026 15:53:36 +0300 Subject: [PATCH 1/2] AI bullshit bro --- eslint.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 33502b8..f3a30e1 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -14,9 +14,9 @@ export default defineConfig( tseslint.configs.recommendedTypeChecked, { languageOptions: { - parser: tsParser, // 👈 REQUIRED + parser: tsParser, parserOptions: { - project: './tsconfig-eslint.json', // 👈 REQUIRED + project: './tsconfig-eslint.json', }, ecmaVersion: 2022, sourceType: 'module', From fe8bfed0dcc48ac66ff16444a5d58113ce8f1f06 Mon Sep 17 00:00:00 2001 From: Samidy Date: Sun, 5 Apr 2026 17:08:42 +0300 Subject: [PATCH 2/2] CORRECTLY handle catch in fetchcontributors() --- index.html | 1 + js/app.js | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d6b1c6e..38ccc41 100644 --- a/index.html +++ b/index.html @@ -5411,6 +5411,7 @@

Contributors List:


+