- Удален ненужный .eslintignore (файлы уже не существовали)
- Настроен ESLint только для нужных папок: src/, prisma/, scripts/
- Добавлены конкретные служебные файлы в ignores вместо паттернов
- Более точная и профессиональная настройка линтера
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add ignores for system folders (.next, node_modules, build, dist)
- Add ignores for config files (*.config.js, *.config.mjs)
- Speed up ESLint by excluding non-source files from checks
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>