GitNexus/.github/workflows
Gergő Magyar acf6fbdd39
feat: configure eslint with unused import removal (#564)
* feat: configure eslint with unused import removal

Add ESLint v9 (flat config) for code quality:
- eslint-plugin-unused-imports for auto-removing dead imports
- @typescript-eslint for TypeScript-aware linting
- eslint-plugin-react-hooks for React hooks rules
- eslint-config-prettier to avoid formatting conflicts
- lint-staged runs eslint --fix before prettier on .ts/.tsx
- CI lint job added to ci-quality.yml

* refactor: remove unused imports via eslint --fix

Auto-fixed by eslint-plugin-unused-imports. No logic changes.

* chore: add eslint fix commit to .git-blame-ignore-revs
2026-03-28 15:28:09 +00:00
..
ci-e2e.yml feat: unify web and cli ingestion pipeline (#536) 2026-03-28 14:07:11 +00:00
ci-quality.yml feat: configure eslint with unused import removal (#564) 2026-03-28 15:28:09 +00:00
ci-report.yml feat: configure prettier with pre-commit hook (#563) 2026-03-28 14:58:04 +00:00
ci-tests.yml feat: unify web and cli ingestion pipeline (#536) 2026-03-28 14:07:11 +00:00
ci.yml ci: E2E workflow, web typecheck job, pre-commit hook, test suite (#486) 2026-03-24 06:01:08 +00:00
claude-code-review.yml CI sticky notes 2026-03-19 17:06:32 -05:00
claude.yml feat: configure prettier with pre-commit hook (#563) 2026-03-28 14:58:04 +00:00
pr-description-check.yml updating workflow verbage 2026-03-21 19:30:10 -05:00
publish.yml fix(ci): grant actions:read to publish workflow for pr-report job 2026-03-19 13:07:48 +00:00
triage-sweep.yml redoing auto labeling using z score instead of clustering lowkey the method 2026-03-21 23:21:23 -05:00