feat: scaffold starter template with TypeScript, CRD list view, CI, ArtifactHub #1

Merged
privilegedescalation-engineer[bot] merged 5 commits from feat/scaffold-template into main 2026-03-21 14:07:11 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 4da033d8d7 - Show all commits
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
extends: ['@headlamp-k8s/eslint-config'],
};
+1
View File
@@ -0,0 +1 @@
module.exports = require('@headlamp-k8s/eslint-config/prettier-config');