You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: enhance lint workflow and fix code quality issues
- Fix unused variables in i18n sync script and metadata generator
- Upgrade noUnusedVariables from warning to error in biome config
- Add verification step to lint-staged for stricter checks
- Add full project check (npm run check) to pre-commit hook
- Add language dictionaries for cspell (es-es, fr-fr, pt-pt, ru_ru)
This ensures all commits pass npm run check, preventing code quality
regressions from being committed. The pre-commit hook now runs both
lint-staged (for quick fixes on changed files) and npm run check (for
full project validation).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments