fix: resolve all ESLint errors and warnings

This commit is contained in:
AyrisAI
2026-08-23 01:57:30 +03:00
parent f79602122b
commit 230c9a61c4
8 changed files with 16 additions and 121 deletions
+1
View File
@@ -12,6 +12,7 @@ const eslintConfig = defineConfig([
"out/**",
"build/**",
"next-env.d.ts",
"scripts/**",
]),
]);