da1ef7e0c3
Add ESLint, Prettier, and TypeScript config files extending the shared Headlamp plugin configs. Add npm scripts for lint/format. Auto-fix existing source files. Add CI workflow for PRs and main pushes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 lines
66 B
JavaScript
4 lines
66 B
JavaScript
module.exports = {
|
|
extends: ['@headlamp-k8s/eslint-config'],
|
|
};
|