fix(ci): add .eslintrc.js and remove unused imports #1

Merged
cpfarhood merged 1 commits from fix/ci-eslint-config into main 2026-02-19 00:47:53 +00:00
cpfarhood commented 2026-02-19 00:42:11 +00:00 (Migrated from github.com)

Summary

  • Add .eslintrc.js extending @headlamp-k8s/eslint-config — CI was failing because ESLint couldn't find a config file
  • Remove two unused imports (getPodRestarts in CephPodDetailSection.tsx, storageClassType in PVCDetailSection.tsx)
  • Run lint:fix to auto-sort imports across all files

Test plan

  • CI lint step passes
  • CI type-check passes
  • CI tests pass (37 tests)

🤖 Generated with Claude Code
via Happy

## Summary - Add `.eslintrc.js` extending `@headlamp-k8s/eslint-config` — CI was failing because ESLint couldn't find a config file - Remove two unused imports (`getPodRestarts` in `CephPodDetailSection.tsx`, `storageClassType` in `PVCDetailSection.tsx`) - Run `lint:fix` to auto-sort imports across all files ## Test plan - [ ] CI lint step passes - [ ] CI type-check passes - [ ] CI tests pass (37 tests) 🤖 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering)
Sign in to join this conversation.