mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
* 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
5 lines
170 B
Text
5 lines
170 B
Text
# Prettier initial formatting (2026-03-28)
|
|
afcc3d1523f99c77ff67c4fd1af12334660113f6
|
|
|
|
# ESLint unused import removal (2026-03-28)
|
|
1491826bc8da5436d3b1eb092d9274f2c9f028a7
|