fix: add ESLint config and correct artifacthub checksum

- .eslintrc.js: extends @headlamp-k8s/eslint-config (ESLint was failing with
  "couldn't find a configuration file")
- artifacthub-pkg.yml: replace placeholder checksum with actual sha256 of
  dist/main.js computed from production build
- pnpm-lock.yaml: restored to index (was incorrectly removed in amend attempt)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Test User
2026-04-21 20:20:24 +00:00
parent a0031fc59a
commit b5cf1a353f
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
extends: ['@headlamp-k8s/eslint-config'],
};