b5cf1a353f
- .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>
3 lines
65 B
JavaScript
3 lines
65 B
JavaScript
module.exports = {
|
|
extends: ['@headlamp-k8s/eslint-config'],
|
|
}; |