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:
@@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
extends: ['@headlamp-k8s/eslint-config'],
|
||||
};
|
||||
Reference in New Issue
Block a user