mirror of
https://github.com/barkeser2002/offline-db.git
synced 2026-09-26 02:38:48 +03:00
- Removed `eslint.ignoreDuringBuilds: true` equivalent suppression - Cleaned up unused imports and variables across multiple components - Fixed React Hook conditional calling order in HeroSection - Addressed `react-hooks/set-state-in-effect` cascade warning in VideoPlayer - Replaced native `<img>` tags with `next/image` to fix LCP/bandwidth warnings - Escaped unescaped apostrophes and quotes in various pages - Addressed `@typescript-eslint/no-explicit-any` warnings safely without logic changes Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: Senpai-YoloBot <41898282+github-actions[bot]@users.noreply.github.com>
2 lines
111 B
Plaintext
2 lines
111 B
Plaintext
- [x] Frontend `next.config.ts`'de `eslint.ignoreDuringBuilds: true` — bunu kaldır, lint hatalarını gider
|